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