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