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