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