| Nome del simbolo | Hangul Syllable Jjeubs |
| Versione Unicode | 2.0 |
| Unicode | U+CBEB |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CBEB |
| Codice esadecimale | 0xCBEB |
| Codice HTML | 쯫 |
| LaTeX | \hangul{CBEB} |
| Simbolo | 쯫 |
| Codifica URL (percentuale UTF-8) | %EC%AF%AB |
| Nome parlato / screen reader | Hangul Syllable Jjeubs |
| UTF-8 | EC AF AB |
| UTF-16 | CBEB |
| UTF-32 | 0000CBEB |
1\documentclass{article}2\usepackage{pifont}3\hangul{CBEB}4\end{document}Puoi digitare il simbolo hangul syllable jjeubs sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52203 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjeubs", or use Unicode Hex Input with CBEB.
Ctrl + Shift + U, type cbeb, 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-jjeubs::before { content: "\CBEB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쯫</span>La rappresentazione del simbolo Hangul Syllable Jjeubs nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCBEB' or String.fromCodePoint(52203) |
| Python | '\N{HANGUL SYLLABLE JJEUBS}' or chr(52203) |
| Rust | '\u{CBEB}' |
| C / C++ | UTF-8 source or wchar_t with U+CBEB |
| Go | string(rune(0xCBEB)) |
| Ruby | "\u{CBEB}" |