| Nombre del símbolo | Hangul Syllable Jjems |
| Versión Unicode | 2.0 |
| Unicode | U+CA7A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CA7A |
| Código hexadecimal | 0xCA7A |
| Código HTML | 쩺 |
| LaTeX | \hangul{CA7A} |
| Símbolo | 쩺 |
| Codificación URL (porcentaje UTF-8) | %EC%A9%BA |
| Nombre oral / lector de pantalla | Hangul Syllable Jjems |
| UTF-8 | EC A9 BA |
| UTF-16 | CA7A |
| UTF-32 | 0000CA7A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CA7A}4\end{document}Puedes escribir el símbolo hangul syllable jjems en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 51834 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjems", or use Unicode Hex Input with CA7A.
Ctrl + Shift + U, type ca7a, 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-jjems::before { content: "\CA7A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쩺</span>La representación del símbolo Hangul Syllable Jjems en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCA7A' or String.fromCodePoint(51834) |
| Python | '\N{HANGUL SYLLABLE JJEMS}' or chr(51834) |
| Rust | '\u{CA7A}' |
| C / C++ | UTF-8 source or wchar_t with U+CA7A |
| Go | string(rune(0xCA7A)) |
| Ruby | "\u{CA7A}" |