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