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