free-symbols

Halfwidth Hangul Letter Rieul-pieup Letter

ᆲ is the halfwidth Hangul letter Rieul-Pieup used in compatibility text and fonts.

U+FFAC

ᆲ (U+FFAC) is a halfwidth Hangul character from the Unicode fullwidth/halfwidth block. It’s mainly used when you need halfwidth rendering for Korean text in specific legacy or compatibility contexts.

Halfwidth Hangul Letter Rieul-pieup Letter Meaning

The character ᆲ is named HALFWIDTH HANGUL LETTER RIEUL-PIEUP. In Unicode, it is located at U+FFAC and is encoded as the HTML entity ᆲ. “Halfwidth” indicates it is intended to display in a narrower, East Asian halfwidth style, which can matter for layout alignment and fixed-width text fields. As with other halfwidth Hangul characters, it is most relevant when working with legacy systems, old encodings, or typography that expects halfwidth glyphs rather than standard fullwidth Hangul. If you’re targeting modern Korean UI, you’ll usually use standard-width Hangul characters instead of this one.

Common uses

  • Filling halfwidth text fields where only halfwidth Hangul glyphs are supported
  • Preserving legacy data formatting during import/export or migration
  • Designing fixed-width UI layouts that require consistent character widths
  • Creating test strings for font fallback and rendering checks
  • Typing compatibility characters in editors that maintain halfwidth form

Examples

ᆲ Halfwidth Hangul Letter Rieul-Pieup

  • ABCᆲDEF
  • カタメ ᆲ ヨ
  • Halfwidth: ᆲ
  • ID: ᆲU+FFAC

Variations

Technical codes

UnicodeU+FFAC
HTML Entityᆲ
HTML Codeᆲ
CSS\FFAC

FAQ

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

The character ᆲ is named HALFWIDTH HANGUL LETTER RIEUL-PIEUP. In Unicode, it is located at U+FFAC and is encoded as the HTML entity ᆲ. “Halfwidth” indicates it is intended to display in a narrower, East Asian halfwidth style, which can matter for layout alignment and fixed-width text fields. As with other halfwidth Hangul characters, it is most relevant when working with legacy systems, old encodings, or typography that expects halfwidth glyphs rather than standard fullwidth Hangul. If you’re targeting modern Korean UI, you’ll usually use standard-width Hangul characters instead of this one.

What Unicode character is ᆲ?

ᆲ is the Halfwidth Hangul Letter Rieul-Pieup, Unicode U+FFAC.

How can I copy ᆲ in HTML?

Use the HTML entity ᆲ.

How do I type ᆲ in CSS or JavaScript?

CSS escape: \\FFAC. JavaScript escape: \\u{FFAC}.

When should I use a halfwidth Hangul character instead of normal Hangul?

Use it when a system or layout specifically expects halfwidth glyphs (legacy data, compatibility text fields, or fixed-width typography).