free-symbols

Hangul Jongseong Mieum-pansios Letter

ᇟ (U+11DF) is a Hangul consonant jamo used as a final (jongseong) component in Korean syllables.

U+11DF

ᇟ is a Hangul Jamo character identified as HANGUL JONGSEONG MIEUM-PANSIOS. It’s commonly relevant when working with Korean text at the jamo level. Use it for accurate copying, rendering, and character-by-character composition.

Hangul Jongseong Mieum-pansios Letter Meaning

ᇟ represents the Hangul jamo “jongseong” form named Mieum-Pansios. As a jongseong, it is typically used as the final consonant component within a Hangul syllable, rather than as an initial (choseong) or standalone letter in normal writing. You may encounter it when dealing with Hangul at the component level—such as in fonts, typographic tools, data normalization, or when generating syllables from jamo in software. Developers can copy the exact character or use its code point (U+11DF) for consistent behavior across HTML, CSS, and JavaScript.

Common uses

  • Font and typography testing for Hangul jamo rendering
  • Building or validating Korean syllables from jamo components in software
  • Preparing character-level datasets for localization and text processing
  • Debugging Unicode/Hangul string issues where final consonants matter
  • Designing UI text elements that require precise Korean jamo placement

Examples

ᇟ Hangul Jongseong Mieum-Pansios

  • Final jamo: ᇟ
  • U+11DF character check: ᇟ
  • Hangul jongseong sample ᇟ in a glyph test
  • Test string with ᇟ included for rendering

Variations

Technical codes

UnicodeU+11DF
HTML Entityᇟ
HTML Codeᇟ
CSS\11DF

FAQ

What does the Hangul Jongseong Mieum-pansios letter mean?

ᇟ represents the Hangul jamo “jongseong” form named Mieum-Pansios. As a jongseong, it is typically used as the final consonant component within a Hangul syllable, rather than as an initial (choseong) or standalone letter in normal writing. You may encounter it when dealing with Hangul at the component level—such as in fonts, typographic tools, data normalization, or when generating syllables from jamo in software. Developers can copy the exact character or use its code point (U+11DF) for consistent behavior across HTML, CSS, and JavaScript.

What Unicode character is ᇟ?

ᇟ is HANGUL JONGSEONG MIEUM-PANSIOS with Unicode code point U+11DF.

How do I copy ᇟ in HTML?

Use the HTML entity: ᇟ.

What is the CSS escape for ᇟ?

The CSS escape is \\11DF.

What is the JavaScript escape for ᇟ?

Use \\u{11DF} in JavaScript.