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