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