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