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