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