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