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