Halfwidth Hangul Letter Thieuth Letter
ᄐ is the halfwidth Hangul letter thieuth character (Unicode U+FFBC).
U+FFBC
This page helps you copy and use the symbol ᄐ reliably. It’s a halfwidth Hangul character with the Unicode code point U+FFBC, so it works consistently across modern software.
Halfwidth Hangul Letter Thieuth Letter Meaning
ᄐ (HALFWIDTH HANGUL LETTER THIEUTH) is a halfwidth form of a Hangul letter associated with the “thieuth/th” sound. In practice, halfwidth Hangul characters are often used for compatibility with legacy encodings or for layout styles that expect halfwidth widths (such as certain East Asian typography settings or older terminal-style fonts). Because it is specifically “HALFWIDTH,” it is distinct from the fullwidth Hangul counterpart. If you need the exact character for text matching, database storage, or UI rendering, copy it directly or use the provided Unicode and escape sequences to avoid mismatched lookalikes.
Common uses
- •Typing exact halfwidth Hangul text for compatibility with legacy systems
- •Matching strings in search, logs, or databases that require the exact character
- •UI labels where halfwidth character spacing is expected
- •Preparing text for terminals, monospaced layouts, or older font sets
- •Developer use in source code via Unicode escapes or HTML entities
Examples
ᄐ Halfwidth Hangul Letter Thieuth
- ᄐᄐ
- ᄐhangul: ᄐ
- ᄐhalfwidth text: ᄐᄐ
- ᄐcodepoint U+FFBC => ᄐ
- ᄐhtml entity: ᄐ (renders as ᄐ)
Variations
Technical codes
| Unicode | U+FFBC | |
| HTML Entity | ᄐ | |
| HTML Code | ᄐ | |
| CSS | \FFBC |
FAQ
What does the Halfwidth Hangul Letter Thieuth letter mean?
ᄐ (HALFWIDTH HANGUL LETTER THIEUTH) is a halfwidth form of a Hangul letter associated with the “thieuth/th” sound. In practice, halfwidth Hangul characters are often used for compatibility with legacy encodings or for layout styles that expect halfwidth widths (such as certain East Asian typography settings or older terminal-style fonts). Because it is specifically “HALFWIDTH,” it is distinct from the fullwidth Hangul counterpart. If you need the exact character for text matching, database storage, or UI rendering, copy it directly or use the provided Unicode and escape sequences to avoid mismatched lookalikes.
What is the Unicode code point for ᄐ?
The Unicode code point for ᄐ (HALFWIDTH HANGUL LETTER THIEUTH) is U+FFBC.
How can I copy ᄐ reliably?
Copy the character directly from this page, or use one of the provided formats such as the HTML entity ᄐ or the Unicode code point U+FFBC.
Is ᄐ the same as a fullwidth Hangul character?
No. ᄐ is specifically a halfwidth Hangul letter. Fullwidth and halfwidth forms are distinct characters and may render or compare differently.
How do I use ᄐ in CSS or JavaScript?
CSS: use \\FFBC. JavaScript: use \\u{FFBC}. These help ensure the exact intended character is used.