| Nome del simbolo | Hangul Syllable Ggyaess |
| Versione Unicode | 2.0 |
| Unicode | U+AEBA |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AEBA |
| Codice esadecimale | 0xAEBA |
| Codice HTML | 꺺 |
| LaTeX | \hangul{AEBA} |
| Simbolo | 꺺 |
| Codifica URL (percentuale UTF-8) | %EA%BA%BA |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable ggyaess sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Ggyaess nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |