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