| Nom du symbole | Hangul Syllable Chaem |
| Version Unicode | 2.0 |
| Unicode | U+CC54 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CC54 |
| Code hexadécimal | 0xCC54 |
| Code HTML | 챔 |
| LaTeX | \hangul{CC54} |
| Symbole | 챔 |
| Encodage URL (pourcent UTF-8) | %EC%B1%94 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable chaem sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Chaem dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |