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