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