| Symbol Name | Hangul Syllable Chwabt |
| Unicode Version | 2.0 |
| Unicode | U+CD3C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CD3C |
| Hex Code | 0xCD3C |
| HTML Code | 촼 |
| LaTeX | \hangul{CD3C} |
| Symbol | 촼 |
| URL encode (UTF-8 percent) | %EC%B4%BC |
| Spoken / screen reader name | Hangul Syllable Chwabt |
| UTF-8 | EC B4 BC |
| UTF-16 | CD3C |
| UTF-32 | 0000CD3C |
1\documentclass{article}2\usepackage{pifont}3\hangul{CD3C}4\end{document}You can type the hangul syllable chwabt symbol on most modern devices with the help of following methods:
Alt + 52540 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chwabt", or use Unicode Hex Input with CD3C.
Ctrl + Shift + U, type cd3c, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-chwabt::before { content: "\CD3C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>촼</span>Hangul Syllable Chwabt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCD3C' or String.fromCodePoint(52540) |
| Python | '\N{HANGUL SYLLABLE CHWABT}' or chr(52540) |
| Rust | '\u{CD3C}' |
| C / C++ | UTF-8 source or wchar_t with U+CD3C |
| Go | string(rune(0xCD3C)) |
| Ruby | "\u{CD3C}" |