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