free-symbols

Halfwidth Hangul Letter E Letter

ᅦ is the Halfwidth Hangul Letter E character used in specific fullwidth/halfwidth text contexts.

U+FFC7

ᅦ (Halfwidth Hangul Letter E) is a Hangul compatibility character in the Unicode halfwidth/fullwidth family. It’s mainly useful when you need to match legacy halfwidth styling or encoding expectations. Use the code points below to copy it reliably across systems.

Halfwidth Hangul Letter E Letter Meaning

ᅦ is named “HALFWIDTH HANGUL LETTER E” and has the Unicode code point U+FFC7. As a halfwidth form, it belongs to the Fullwidth/Halfwidth character set used for compatibility with legacy East Asian text styles. In practice, it’s most relevant when maintaining or repairing older documents, UI text layouts, or font/encoding conversions where halfwidth Hangul characters are expected. If you’re simply writing modern Korean, you typically wouldn’t use this character; instead, you’d use standard Hangul letters. But for technical text matching, copy/paste, and formatting consistency, this symbol can be important.

Common uses

  • Restoring legacy text that expects a halfwidth Hangul character
  • Ensuring consistent character width in monospaced or fixed-width layouts
  • Matching exact strings during text comparison or data normalization
  • Correcting encoding/typography issues when converting East Asian text
  • Creating UI/testing fixtures that require the specific U+FFC7 character

Examples

ᅦ Halfwidth Hangul Letter E (U+FFC7)

  • tone: ᅦ
  • label-ᅦ-end
  • halfwidth_k: ᅦ
  • text fixture: ᅦ

Variations

Technical codes

UnicodeU+FFC7
HTML Entityᅦ
HTML Codeᅦ
CSS\FFC7

FAQ

What does the Halfwidth Hangul Letter E letter mean?

ᅦ is named “HALFWIDTH HANGUL LETTER E” and has the Unicode code point U+FFC7. As a halfwidth form, it belongs to the Fullwidth/Halfwidth character set used for compatibility with legacy East Asian text styles. In practice, it’s most relevant when maintaining or repairing older documents, UI text layouts, or font/encoding conversions where halfwidth Hangul characters are expected. If you’re simply writing modern Korean, you typically wouldn’t use this character; instead, you’d use standard Hangul letters. But for technical text matching, copy/paste, and formatting consistency, this symbol can be important.

What is the Unicode code point for ᅦ?

ᅦ is U+FFC7, named “HALFWIDTH HANGUL LETTER E”.

How can I copy ᅦ reliably into HTML or CSS?

Use the provided HTML entity ᅦ or CSS escape \\FFC7. For JavaScript, you can use \\u{FFC7}.

Is ᅦ the same as a normal Korean letter E?

No. ᅦ is specifically the Halfwidth Hangul Letter E compatibility character and is used for legacy/fullwidth-halfwidth text scenarios.

When would I actually need this symbol?

It’s most useful for maintaining legacy text, matching exact strings, or fixing font/encoding conversions where a halfwidth Hangul character is required.