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