Hangul Syllable Type
Hangul Syllable Type is a character classification that divides each Hangul jamo or syllable into one of seven categories: Leading consonant, Vowel, Trailing consonant, Syllable block, and the less common LVT, LV, and VT variants. This distinction is crucial for text processing, as it defines how individual components combine to form complete syllable blocks in the Korean writing system. For example, a leading consonant (L) pairs with a vowel (V) to create an LV syllable, while an optional trailing consonant (T) can be added to form an LVT block. The property enables software to correctly render, sort, and manipulate Korean text, particularly when handling syllable decomposition or composition, such as when converting between precomposed syllables and jamo sequences. It also clarifies that certain code points, like standalone vowels or consonants, are not valid syllable blocks and should be treated separately in algorithms like collation or line breaking.
- Abbr
- L
- Count
- 125
Leading Jamo is the Hangul Syllable Type value marking the first consonant in a Korean syllable, used to classify syllable-initial jamo.
- Abbr
- V
- Count
- 95
Vowel Jamo is a Hangul Syllable Type value indicating a syllable made solely of a vertical vowel jamo, with no leading consonant.
- Abbr
- T
- Count
- 137
Trailing Jamo is the value indicating a character that appears as a final consonant in a Korean syllable block.
- Abbr
- LV
- Count
- 399
LV Syllable is a Hangul character that forms a full syllable by combining a leading consonant, a vowel, and optionally a trailing consonant.
- Abbr
- LVT
- Count
- 10773
LVT Syllable is a Unicode character classification for Hangul syllables that combine a leading consonant, a vowel, and a trailing consonant.
- Abbr
- NA
- Count
- 298812
Not Applicable is the default value for characters that do not belong to any Hangul syllable structure.