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