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