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