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