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