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