Hangul Jongseong Ieung-khieukh Letter
ᇯ is the Hangul jongseong letter “Ieung-Khieukh” (U+11EF) used as a final consonant component in Korean syllables.
U+11EF
ᇯ represents the Hangul jongseong “Ieung-Khieukh” form. It is a specific Korean letter component (U+11EF) that you may need for typography, text rendering, or data display. Copy it directly or use the provided code escapes in HTML, CSS, and JavaScript.
Hangul Jongseong Ieung-khieukh Letter Meaning
ᇯ is the Unicode character named “HANGUL JONGSEONG IEUNG-KHIEUKH” with codepoint U+11EF (HTML: ᇯ). In Korean, “jongseong” refers to the final consonant component used to build complete Hangul syllables. This particular jongseong combines the idea of “ieung” with the “khieukh” consonant element in its final-position form. You’ll most commonly encounter it when working with Hangul syllable construction, displaying or normalizing text that includes archaic or specialized Hangul behavior, or when precise Unicode correctness matters in fonts, UI text, and localization pipelines.
Common uses
- •Copying exact Unicode text when displaying Korean Hangul final consonant components
- •Testing font support for Hangul jongseong characters in a UI or web page
- •Building or validating Hangul syllable data in localization and text-processing tools
- •Providing accurate symbols in document generation for Korean typography needs
- •Debugging encoding issues by comparing Unicode codepoints and rendering output
Examples
ᇯ Hangul Jongseong Ieung-Khieukh
- ᇯᇯ
- ᇯHangul jongseong: ᇯ (U+11EF)
- ᇯFinal consonant component ᇯ in test strings
- ᇯUnicode check: ᇯ should render correctly
- ᇯUsing ᇯ in a Korean typography sample
Variations
Technical codes
| Unicode | U+11EF | |
| HTML Entity | ᇯ | |
| HTML Code | ᇯ | |
| CSS | \11EF |
FAQ
What does the Hangul Jongseong Ieung-khieukh letter mean?
ᇯ is the Unicode character named “HANGUL JONGSEONG IEUNG-KHIEUKH” with codepoint U+11EF (HTML: ᇯ). In Korean, “jongseong” refers to the final consonant component used to build complete Hangul syllables. This particular jongseong combines the idea of “ieung” with the “khieukh” consonant element in its final-position form. You’ll most commonly encounter it when working with Hangul syllable construction, displaying or normalizing text that includes archaic or specialized Hangul behavior, or when precise Unicode correctness matters in fonts, UI text, and localization pipelines.
What is ᇯ?
ᇯ is the Unicode Hangul letter “HANGUL JONGSEONG IEUNG-KHIEUKH” with codepoint U+11EF.
How do I copy ᇯ into HTML?
Use the HTML entity: ᇯ.
What escape can I use in CSS?
Use the CSS escape: \\11EF.
Can I use ᇯ in JavaScript?
Yes. One option is the JavaScript escape: \\u{11EF}.