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