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