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