Hangul Jungseong Yu-yeo Letter
ᆑ is the Hangul Jungseong (vowel) jamo yu-yeo, used as part of Korean syllable blocks.
U+1191
ᆑ is a Hangul jamo character used in Korean writing. It represents the vowel sound component known as “yu-yeo” when forming Hangul syllables. You can copy it directly or use its Unicode escapes in code.
Hangul Jungseong Yu-yeo Letter Meaning
ᆑ (Unicode U+1191) is labeled “HANGUL JUNGSEONG YU-YEO.” It is a Hangul Jungseong (vowel) jamo, meaning it typically appears in the medial position of a Hangul syllable block. In Korean syllable construction, Hangul syllables are built by combining leading consonant (Choseong), vowel (Jungseong), and optional trailing consonant (Jongseong). As a standalone character, ᆑ is mainly useful for text generation, typography, linguistic processing, or when you explicitly need the individual vowel jamo rather than a fully composed syllable.
Common uses
- •Building or inspecting Hangul syllable components in Korean text tools
- •Linguistic datasets where individual Hangul jamo are stored separately
- •Typography testing for Hangul vowel jamo rendering and spacing
- •Developer use in UI or forms that accept Unicode jamo input
- •Writing scripts or documentation about Hangul composition rules
Examples
ᆑ Hangul Jungseong Yu-yeo
- ᆑᆑ가 (jamo sequence shown for demonstration)
- ᆑU+1191: ᆑ
- ᆑHangul jungseong: ᆑ
- ᆑExample syllable building step uses ᆑ
- ᆑUnicode escape: \\u{1191} renders ᆑ
Variations
Technical codes
| Unicode | U+1191 | |
| HTML Entity | ᆑ | |
| HTML Code | ᆑ | |
| CSS | \1191 |
FAQ
What does the Hangul Jungseong Yu-yeo letter mean?
ᆑ (Unicode U+1191) is labeled “HANGUL JUNGSEONG YU-YEO.” It is a Hangul Jungseong (vowel) jamo, meaning it typically appears in the medial position of a Hangul syllable block. In Korean syllable construction, Hangul syllables are built by combining leading consonant (Choseong), vowel (Jungseong), and optional trailing consonant (Jongseong). As a standalone character, ᆑ is mainly useful for text generation, typography, linguistic processing, or when you explicitly need the individual vowel jamo rather than a fully composed syllable.
What Unicode character is ᆑ?
ᆑ is the Hangul Jungseong Yu-yeo character with Unicode code point U+1191.
How do I copy ᆑ reliably?
Copy the character directly from this page. For code, you can also use the provided escapes: HTML entity ᆑ or CSS/JS escapes.
Does ᆑ form a complete Korean syllable by itself?
Typically, ᆑ is a vowel jamo (medial component). A complete Hangul syllable usually requires a leading consonant (Choseong) and may also include a trailing consonant (Jongseong).
What are the common ways to encode it in code?
Use its HTML entity ᆑ, CSS escape \\1191, or JavaScript escape \\u{1191}.