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