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