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