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