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