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