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