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