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