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