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