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