Halfwidth Hangul Letter Kiyeok-sios Letter
ᆪ is the halfwidth Hangul letter Kiyeok-Sios (U+FFA3), used in specific halfwidth Hangul text contexts.
U+FFA3
The character ᆪ is a halfwidth Hangul letter used in older or compatibility-oriented text encodings. It can appear in certain font sets, legacy data, or fixed-width layouts. Below you’ll find practical ways to copy and insert it in text and code.
Halfwidth Hangul Letter Kiyeok-sios Letter Meaning
ᆪ (Unicode U+FFA3) is named “HALFWIDTH HANGUL LETTER KIYEOK-SIOS”. As its name suggests, it represents a halfwidth form of a Hangul letter combination. Halfwidth Hangul characters are most often encountered when working with legacy encodings, older Japanese typography conventions, or text that expects halfwidth forms for alignment. In modern Unicode-aware systems, it’s primarily useful when you must reproduce exact text (for example, matching stored strings, copying from legacy sources, or rendering text in a specific font/cell layout). If you’re creating new Korean or general Hangul text, prefer standard-width Hangul characters unless you specifically need the halfwidth version.
Common uses
- •Copying exact legacy text that contains halfwidth Hangul characters
- •Rendering or matching fixed-width UI strings that require halfwidth glyphs
- •Data migration checks where exact character-by-character equality matters
- •Debugging font/rendering issues in environments expecting halfwidth Hangul
- •Preparing content for systems that store compatibility/halfwidth Hangul forms
Examples
ᆪ Halfwidth Hangul Letter Kiyeok-Sios
- ᆪLegacy label: ᆪ
- ᆪFixed-width string: abcᆪdef
- ᆪLog output sample: item=ᆪ
- ᆪUI test text: ᆪ123
- ᆪCopied text: ᆪ (U+FFA3)
Variations
Technical codes
| Unicode | U+FFA3 | |
| HTML Entity | ᆪ | |
| HTML Code | ᆪ | |
| CSS | \FFA3 |
FAQ
What does the Halfwidth Hangul Letter Kiyeok-sios letter mean?
ᆪ (Unicode U+FFA3) is named “HALFWIDTH HANGUL LETTER KIYEOK-SIOS”. As its name suggests, it represents a halfwidth form of a Hangul letter combination. Halfwidth Hangul characters are most often encountered when working with legacy encodings, older Japanese typography conventions, or text that expects halfwidth forms for alignment. In modern Unicode-aware systems, it’s primarily useful when you must reproduce exact text (for example, matching stored strings, copying from legacy sources, or rendering text in a specific font/cell layout). If you’re creating new Korean or general Hangul text, prefer standard-width Hangul characters unless you specifically need the halfwidth version.
What character is ᆪ and what is its Unicode code point?
ᆪ is the Halfwidth Hangul Letter Kiyeok-Sios. Its Unicode code point is U+FFA3.
How can I paste ᆪ into HTML?
You can use the numeric entity: ᆪ.
How do I include ᆪ in CSS?
Use the Unicode escape: \\FFA3.
How do I write ᆪ in JavaScript?
Use the code point escape: \\u{FFA3}.