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