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