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