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