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