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