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