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