Hangul Choseong Sios-tikeut Letter
ᄯ is a Hangul choseong (leading consonant) letter used to build Korean syllables.
U+112F
ᄯ is the Hangul choseong named “Siōs-Tikeut.” It represents a leading consonant component used when forming Korean syllables. You can copy it directly or use the provided Unicode escape sequences in HTML, CSS, and JavaScript.
Hangul Choseong Sios-tikeut Letter Meaning
ᄯ (U+112F) is “HANGUL CHOSEONG SIOS-TIKEUT,” a leading consonant (choseong) Jamo used in Hangul syllable construction. In Hangul, syllables are typically composed from an initial consonant (choseong), a vowel, and optionally a final consonant. As a choseong character, ᄯ is generally used when you need to work with the initial Jamo explicitly—such as in text processing, font/typography tests, or educational displays of Hangul components—rather than typed as a complete precomposed syllable.
Common uses
- •Displaying Hangul letter components (Jamo) in educational or reference materials
- •Testing fonts or rendering pipelines for Hangul choseong characters
- •Writing scripts that manipulate Hangul syllable parts at the Jamo level
- •Preparing UI typography samples for Korean text shaping/normalization
- •Generating or validating text that uses explicit Unicode Jamo sequences
Examples
ᄯ Hangul Choseong Siōs-Tikeut
- ᄯᄯᅡᆫ
- ᄯᄯᅥᆯ
- ᄯ사용 예: ᄯ
- ᄯ초성(ᄯ) 테스트
- ᄯU+112F 확인: ᄯ
Variations
Technical codes
| Unicode | U+112F | |
| HTML Entity | ᄯ | |
| HTML Code | ᄯ | |
| CSS | \112F |
FAQ
What does the Hangul Choseong Sios-tikeut letter mean?
ᄯ (U+112F) is “HANGUL CHOSEONG SIOS-TIKEUT,” a leading consonant (choseong) Jamo used in Hangul syllable construction. In Hangul, syllables are typically composed from an initial consonant (choseong), a vowel, and optionally a final consonant. As a choseong character, ᄯ is generally used when you need to work with the initial Jamo explicitly—such as in text processing, font/typography tests, or educational displays of Hangul components—rather than typed as a complete precomposed syllable.
What Unicode character is ᄯ?
ᄯ is the Hangul choseong “HANGUL CHOSEONG SIOS-TIKEUT” at code point U+112F.
How can I copy ᄯ into HTML?
Use the HTML entity: ᄯ (provided as ᄯ in this page data) or paste the character directly.
What is the correct CSS escape for ᄯ?
The CSS escape is \\112F.
How do I write ᄯ in JavaScript?
You can use the JavaScript escape sequence: \\u{112F}.