| Nome del simbolo | Hangul Syllable Chyaelh |
| Versione Unicode | 2.0 |
| Unicode | U+CC8B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CC8B |
| Codice esadecimale | 0xCC8B |
| Codice HTML | 첋 |
| LaTeX | \hangul{CC8B} |
| Simbolo | 첋 |
| Codifica URL (percentuale UTF-8) | %EC%B2%8B |
| Nome parlato / screen reader | Hangul Syllable Chyaelh |
| UTF-8 | EC B2 8B |
| UTF-16 | CC8B |
| UTF-32 | 0000CC8B |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC8B}4\end{document}Puoi digitare il simbolo hangul syllable chyaelh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52363 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chyaelh", or use Unicode Hex Input with CC8B.
Ctrl + Shift + U, type cc8b, 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-chyaelh::before { content: "\CC8B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>첋</span>La rappresentazione del simbolo Hangul Syllable Chyaelh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCC8B' or String.fromCodePoint(52363) |
| Python | '\N{HANGUL SYLLABLE CHYAELH}' or chr(52363) |
| Rust | '\u{CC8B}' |
| C / C++ | UTF-8 source or wchar_t with U+CC8B |
| Go | string(rune(0xCC8B)) |
| Ruby | "\u{CC8B}" |