| Nombre del símbolo | Hangul Syllable Jjyanh |
| Versión Unicode | 2.0 |
| Unicode | U+CA1A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CA1A |
| Código hexadecimal | 0xCA1A |
| Código HTML | 쨚 |
| LaTeX | \hangul{CA1A} |
| Símbolo | 쨚 |
| Codificación URL (porcentaje UTF-8) | %EC%A8%9A |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable jjyanh en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Jjyanh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |