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