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