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