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