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