| Symbolname | Hangul Syllable Ggyaess |
| Unicode-Version | 2.0 |
| Unicode | U+AEBA |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AEBA |
| Hexadezimalcode | 0xAEBA |
| HTML-Code | 꺺 |
| LaTeX | \hangul{AEBA} |
| Symbol | 꺺 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BA%BA |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable ggyaess auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Ggyaess in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |