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