| Symbol Name | Hangul Syllable Ggyaess |
| Unicode Version | 2.0 |
| Unicode | U+AEBA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AEBA |
| Hex Code | 0xAEBA |
| HTML Code | 꺺 |
| LaTeX | \hangul{AEBA} |
| Symbol | 꺺 |
| URL encode (UTF-8 percent) | %EA%BA%BA |
| Spoken / screen reader name | 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}You can type the hangul syllable ggyaess symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ggyaess symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |