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