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