free-symbols

Hangul Choseong Sios-chieuch Letter

ᄷ (U+1137) is the Hangul Choseong Sios-Chieuch letter used as an initial consonant.

U+1137

ᄷ is a Hangul Jamo character used in Korean writing. Specifically, it represents a choseong (initial consonant) form. You can copy it directly or use the provided Unicode escapes in code.

Hangul Choseong Sios-chieuch Letter Meaning

ᄷ is the Hangul Choseong Sios-Chieuch (Unicode code point U+1137). In Korean typography and text processing, Hangul Jamo characters are often used to construct syllables or to handle raw consonant components. As a choseong, it functions as an initial consonant element rather than a standalone syllable block in most contexts. You may encounter ᄷ when working with decomposed Hangul strings, font/layout systems that treat Jamo individually, or applications that store vowel/consonant parts separately for indexing, searching, or normalization.

Common uses

  • Using decomposed Hangul Jamo in text normalization or normalization-aware search
  • Designing fonts or rendering systems that place choseong characters precisely
  • Copying a single initial-consonant component for Korean language mockups and labels
  • Creating examples or tutorials that demonstrate Hangul syllable construction
  • Building UI elements (inputs, validation, or data fields) that handle Jamo-level characters

Examples

ᄷ Hangul Choseong Sios-Chieuch

  • ᄷᅡ
  • ᄷᅥᆫ
  • ᄷᅩᆷ
  • ᄷᅵᆯ

Variations

Technical codes

UnicodeU+1137
HTML Entityᄷ
HTML Codeᄷ
CSS\1137

FAQ

What does the Hangul Choseong Sios-chieuch letter mean?

ᄷ is the Hangul Choseong Sios-Chieuch (Unicode code point U+1137). In Korean typography and text processing, Hangul Jamo characters are often used to construct syllables or to handle raw consonant components. As a choseong, it functions as an initial consonant element rather than a standalone syllable block in most contexts. You may encounter ᄷ when working with decomposed Hangul strings, font/layout systems that treat Jamo individually, or applications that store vowel/consonant parts separately for indexing, searching, or normalization.

What Unicode character is ᄷ?

ᄷ is Hangul Choseong Sios-Chieuch with Unicode code point U+1137.

How do I copy ᄷ into HTML?

You can use the HTML entity: ᄷ.

What escape sequence can I use in CSS?

Use the CSS escape: \\1137.

What JavaScript escape works for ᄷ?

Use: \\u{1137}.