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