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