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