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