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