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