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