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