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