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