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