| Symboolnaam | Hangul Syllable Cheos |
| Unicode-versie | 2.0 |
| Unicode | U+CCB1 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CCB1 |
| Hexadecimale code | 0xCCB1 |
| HTML-code | 첱 |
| LaTeX | \hangul{CCB1} |
| Symbool | 첱 |
| URL-codering (UTF-8 procent) | %EC%B2%B1 |
| Uitgesproken naam / schermlezer | Hangul Syllable Cheos |
| UTF-8 | EC B2 B1 |
| UTF-16 | CCB1 |
| UTF-32 | 0000CCB1 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CCB1}4\end{document}Je kunt het hangul syllable cheos-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52401 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable cheos", or use Unicode Hex Input with CCB1.
Ctrl + Shift + U, type ccb1, 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-cheos::before { content: "\CCB1"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>첱</span>De weergave van het Hangul Syllable Cheos-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCCB1' or String.fromCodePoint(52401) |
| Python | '\N{HANGUL SYLLABLE CHEOS}' or chr(52401) |
| Rust | '\u{CCB1}' |
| C / C++ | UTF-8 source or wchar_t with U+CCB1 |
| Go | string(rune(0xCCB1)) |
| Ruby | "\u{CCB1}" |