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