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