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