| Symbol Name | Hangul Syllable Chwamt |
| Unicode Version | 2.0 |
| Unicode | U+CD37 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CD37 |
| Hex Code | 0xCD37 |
| HTML Code | 촷 |
| LaTeX | \hangul{CD37} |
| Symbol | 촷 |
| URL encode (UTF-8 percent) | %EC%B4%B7 |
| Spoken / screen reader name | Hangul Syllable Chwamt |
| UTF-8 | EC B4 B7 |
| UTF-16 | CD37 |
| UTF-32 | 0000CD37 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CD37}4\end{document}You can type the hangul syllable chwamt symbol on most modern devices with the help of following methods:
Alt + 52535 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chwamt", or use Unicode Hex Input with CD37.
Ctrl + Shift + U, type cd37, 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-chwamt::before { content: "\CD37"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>촷</span>Hangul Syllable Chwamt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCD37' or String.fromCodePoint(52535) |
| Python | '\N{HANGUL SYLLABLE CHWAMT}' or chr(52535) |
| Rust | '\u{CD37}' |
| C / C++ | UTF-8 source or wchar_t with U+CD37 |
| Go | string(rune(0xCD37)) |
| Ruby | "\u{CD37}" |