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