free-symbols

Halfwidth Hangul Letter Rieul-mieum Letter

ᆱ is the halfwidth Hangul character “Rieul-Mieum” (U+FFAB) for legacy-width text and typography.

U+FFAB

ᆱ (U+FFAB) is a Halfwidth Hangul Letter known as “Rieul-Mieum”. It’s used when you need halfwidth character styling or compatibility with legacy encodings. Below are ready-to-copy ways to insert it in text and code.

Halfwidth Hangul Letter Rieul-mieum Letter Meaning

“Halfwidth Hangul Letter Rieul-Mieum” (ᆱ, U+FFAB) is a Hangul-related character in the Halfwidth block. The “halfwidth” form is designed for layouts and fonts that expect characters to take up narrower, legacy-style widths. In practice, it’s most often encountered in older Korean text sets, fixed-width UI styling, or text converted from systems that used halfwidth character variants. If you’re working on consistent alignment in tables, terminals, or vintage-looking typography, using the exact Unicode character (rather than a visually similar Hangul letter) helps avoid spacing and rendering differences.

Common uses

  • Ensuring correct halfwidth character alignment in legacy-style UI text
  • Copy/pasting into terminal-like displays or fixed-width document layouts
  • Displaying text converted from older encodings that preserve halfwidth Hangul
  • Typography testing for halfwidth Hangul rendering and font support
  • Including the exact Unicode character in developer content (logs, examples, specs)

Examples

ᆱ Halfwidth Hangul Letter Rieul-Mieum

  • ᆱ ᆱ ᆱ
  • halfwidth sample: ᆱ
  • legacy text ᆱ in a table
  • unicode check: U+FFAB = ᆱ
  • font test string: ᆱᆱ

Variations

Technical codes

UnicodeU+FFAB
HTML Entityᆱ
HTML Codeᆱ
CSS\FFAB

FAQ

What does the Halfwidth Hangul Letter Rieul-mieum letter mean?

“Halfwidth Hangul Letter Rieul-Mieum” (ᆱ, U+FFAB) is a Hangul-related character in the Halfwidth block. The “halfwidth” form is designed for layouts and fonts that expect characters to take up narrower, legacy-style widths. In practice, it’s most often encountered in older Korean text sets, fixed-width UI styling, or text converted from systems that used halfwidth character variants. If you’re working on consistent alignment in tables, terminals, or vintage-looking typography, using the exact Unicode character (rather than a visually similar Hangul letter) helps avoid spacing and rendering differences.

What is the Unicode code point for ᆱ?

The Unicode code point for ᆱ (Halfwidth Hangul Letter Rieul-Mieum) is U+FFAB.

How can I copy ᆱ into HTML?

Use the HTML entity: ᆱ

What CSS escape should I use for ᆱ?

Use the CSS escape: \\FFAB

How do I write ᆱ in JavaScript?

Use the JavaScript escape: \\u{FFAB}