free-symbols

Halfwidth Hangul Letter Ssangpieup Letter

ᄈ is the halfwidth Hangul letter Ssangpieup (U+FFB3) used in text that relies on specific character forms.

U+FFB3

ᄈ (U+FFB3) is a halfwidth Hangul character. It belongs to the Unicode block of fullwidth/halfwidth forms, which is useful when matching legacy or layout-specific text. You can copy it directly or use the provided HTML, CSS, and JavaScript escapes.

Halfwidth Hangul Letter Ssangpieup Letter Meaning

ᄈ is Unicode character “HALFWIDTH HANGUL LETTER SSANGPIEUP” with code point U+FFB3. As a halfwidth Hangul letter, it represents the Hangul sound/letter associated with “ssangpieup,” specifically in the halfwidth form rather than standard fullwidth or modern Hangul text styling. This form is mainly relevant when you need compatibility with older encodings, font/rendering expectations, or when reproducing text exactly as it appears in a dataset, legacy UI, or typography tests. For most everyday writing, standard Hangul letters are preferred; this character is for cases where the exact halfwidth code point matters.

Common uses

  • Copy/pasting into legacy text fields that expect the halfwidth Hangul code point
  • Displaying or testing typography with halfwidth Hangul characters in a specific font or renderer
  • Matching exact characters in scraped data, logs, or imported datasets
  • Building UI labels or prototypes that must preserve spacing/layout from older sources
  • Creating developer test strings for Unicode handling of halfwidth Hangul forms

Examples

ᄈ Halfwidth Hangul Letter Ssangpieup

  • Sample: ᄈ
  • Legacy form: ᄈ
  • Test string: ᄈ 123
  • Halfwidth Hangul: ᄈ
  • Renderer check: ᄈ!

Variations

Technical codes

UnicodeU+FFB3
HTML Entityᄈ
HTML Codeᄈ
CSS\FFB3

FAQ

What does the Halfwidth Hangul Letter Ssangpieup letter mean?

ᄈ is Unicode character “HALFWIDTH HANGUL LETTER SSANGPIEUP” with code point U+FFB3. As a halfwidth Hangul letter, it represents the Hangul sound/letter associated with “ssangpieup,” specifically in the halfwidth form rather than standard fullwidth or modern Hangul text styling. This form is mainly relevant when you need compatibility with older encodings, font/rendering expectations, or when reproducing text exactly as it appears in a dataset, legacy UI, or typography tests. For most everyday writing, standard Hangul letters are preferred; this character is for cases where the exact halfwidth code point matters.

What is the Unicode code point for ᄈ?

ᄈ is U+FFB3, named “HALFWIDTH HANGUL LETTER SSANGPIEUP.”

How can I insert ᄈ in HTML?

Use the HTML entity: ᄈ.

How do I write ᄈ in CSS?

You can reference it using the CSS escape: \\FFB3.

How do I include ᄈ in JavaScript strings?

Use the Unicode escape form: \\u{FFB3}.