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