| Nom du symbole | Hangul Syllable Chemp |
| Version Unicode | 2.0 |
| Unicode | U+CCC8 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CCC8 |
| Code hexadécimal | 0xCCC8 |
| Code HTML | 쳈 |
| LaTeX | \hangul{CCC8} |
| Symbole | 쳈 |
| Encodage URL (pourcent UTF-8) | %EC%B3%88 |
| Nom oral / lecteur d’écran | Hangul Syllable Chemp |
| UTF-8 | EC B3 88 |
| UTF-16 | CCC8 |
| UTF-32 | 0000CCC8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CCC8}4\end{document}Vous pouvez saisir le symbole hangul syllable chemp sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 52424 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chemp", or use Unicode Hex Input with CCC8.
Ctrl + Shift + U, type ccc8, 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-chemp::before { content: "\CCC8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쳈</span>La représentation du symbole Hangul Syllable Chemp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCCC8' or String.fromCodePoint(52424) |
| Python | '\N{HANGUL SYLLABLE CHEMP}' or chr(52424) |
| Rust | '\u{CCC8}' |
| C / C++ | UTF-8 source or wchar_t with U+CCC8 |
| Go | string(rune(0xCCC8)) |
| Ruby | "\u{CCC8}" |