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