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