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