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