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