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