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