Hangul Jongseong Mieum-chieuch Letter
ᇠ (U+11E0) is a Hangul consonant Jongsung used as a syllable final in certain Korean text.
U+11E0
ᇠ is a single Hangul Jongsung character. It’s mainly used when composing Korean syllables or representing specific final consonant components. This page helps you copy the character and use it in code.
Hangul Jongseong Mieum-chieuch Letter Meaning
ᇠ (Unicode U+11E0) is the Hangul Jongseong “Mieum-Chieuch” (jongseong), a syllable-final consonant element in Hangul. In written Korean, Hangul syllables are built from an initial (cho), vowel (jung), and final consonant (jong). This specific jongsung code point represents a particular final consonant component, which may appear in specialized typography, text normalization, or when working directly with Hangul Jamo characters rather than complete precomposed syllables.
Common uses
- •Typing or pasting the exact Hangul Jongsung character U+11E0 in text editors
- •Building or testing Hangul syllable composition tools where you handle Jamo components
- •Including the character in web design mockups or UI text that requires precise Unicode characters
- •Referencing the code point in documentation for Unicode/typography work
- •Using it in programming samples that demonstrate Unicode input/output
Examples
ᇠ Hangul Jongseong Mieum-Chieuch (U+11E0)
- ᇠᇠ
- ᇠJongsung: ᇠ
- ᇠU+11E0 = ᇠ
- ᇠHangul component: ᇠ in a syllable final
- ᇠCopy symbol ᇠ for Unicode tests
Variations
Technical codes
| Unicode | U+11E0 | |
| HTML Entity | ᇠ | |
| HTML Code | ᇠ | |
| CSS | \11E0 |
FAQ
What does the Hangul Jongseong Mieum-chieuch letter mean?
ᇠ (Unicode U+11E0) is the Hangul Jongseong “Mieum-Chieuch” (jongseong), a syllable-final consonant element in Hangul. In written Korean, Hangul syllables are built from an initial (cho), vowel (jung), and final consonant (jong). This specific jongsung code point represents a particular final consonant component, which may appear in specialized typography, text normalization, or when working directly with Hangul Jamo characters rather than complete precomposed syllables.
What Unicode character is ᇠ?
ᇠ is U+11E0, named “HANGUL JONGSEONG MIEUM-CHIEUCH.”
How do I copy ᇠ into my text editor or browser?
Select and copy the character ᇠ from this page, then paste it into your editor. For best results, use a font that supports Hangul Jamo.
Can I use ᇠ in HTML or CSS?
Yes. HTML entity: ᇠ and CSS escape: \\11E0.
How do I insert ᇠ in JavaScript strings?
Use the Unicode escape: \\u{11E0} (JavaScript Unicode escape).