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