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