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