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