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