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