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