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