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