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