free-symbols

Hangul Jongseong Kiyeok Letter

ᆨ (Hangul Jongseong Kiyeok) is a Korean bottom consonant jamo used as a final sound in Hangul syllables.

U+11A8

ᆨ is the Hangul jongseong (final) form of kiyeok. You’ll mainly see it as part of precomposed Hangul syllables, but it can also be used by itself as a jamo character.

Hangul Jongseong Kiyeok Letter Meaning

Hangul characters are built from components. ᆨ is the jongseong (final consonant) form called “Kiyeok.” In Hangul syllable construction, it contributes a consonant sound at the end of a syllable (often described as a “k” or hard “g/k” ending, depending on the surrounding syllable and pronunciation conventions). Because it is a jamo, it’s commonly used in typing systems, text processing, fonts, and linguistic or typographic work that needs to represent Hangul components directly rather than only the composed syllables.

Common uses

  • Typing or displaying Hangul jamo explicitly in Korean-focused text
  • Linguistics and typography work that targets final (jongseong) consonants
  • Encoding-friendly content where you want direct Unicode control
  • Font testing for Hangul jamo rendering and spacing
  • Programming resources and documentation that include Unicode escape examples

Examples

ᆨ Hangul Jongseong Kiyeok

  • The final jamo here is: ᆨ.
  • Unicode test character: ᆨ.
  • Hangul component sample: ᆨ ᆫ ᆮ.
  • Rendered jamo: ᆨ in a Korean font.

Variations

Technical codes

UnicodeU+11A8
HTML Entityᆨ
HTML Codeᆨ
CSS\11A8

FAQ

What does the Hangul Jongseong Kiyeok letter mean?

Hangul characters are built from components. ᆨ is the jongseong (final consonant) form called “Kiyeok.” In Hangul syllable construction, it contributes a consonant sound at the end of a syllable (often described as a “k” or hard “g/k” ending, depending on the surrounding syllable and pronunciation conventions). Because it is a jamo, it’s commonly used in typing systems, text processing, fonts, and linguistic or typographic work that needs to represent Hangul components directly rather than only the composed syllables.

Is ᆨ a standalone letter or part of a Hangul syllable?

It’s a Hangul jamo (jongseong/final). It often appears inside a composed Hangul syllable, but it can also be used as a standalone character to represent the final consonant component.

What Unicode information should I use for copying?

The symbol is ᆨ with Unicode name “HANGUL JONGSEONG KIYEOK” and code point U+11A8. HTML entity: ᆨ. CSS escape: \\11A8. JavaScript escape: \\u{11A8}.

How do I write it in HTML?

You can paste the character directly, or use the entity ᆨ in your HTML.

How do I include it in JavaScript strings?

Use the JavaScript escape \\u{11A8} (or paste the character directly).