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