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