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