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