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