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