| Symbolname | Hangul Syllable Ggyaenj |
| Unicode-Version | 2.0 |
| Unicode | U+AEA5 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AEA5 |
| Hexadezimalcode | 0xAEA5 |
| HTML-Code | 꺥 |
| LaTeX | \hangul{AEA5} |
| Symbol | 꺥 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BA%A5 |
| Ansagename (Screenreader) | Hangul Syllable Ggyaenj |
| UTF-8 | EA BA A5 |
| UTF-16 | AEA5 |
| UTF-32 | 0000AEA5 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AEA5}4\end{document}Sie können das Symbol hangul syllable ggyaenj auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44709 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyaenj", or use Unicode Hex Input with AEA5.
Ctrl + Shift + U, type aea5, 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-ggyaenj::before { content: "\AEA5"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꺥</span>Die Darstellung des Symbols Hangul Syllable Ggyaenj in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAEA5' or String.fromCodePoint(44709) |
| Python | '\N{HANGUL SYLLABLE GGYAENJ}' or chr(44709) |
| Rust | '\u{AEA5}' |
| C / C++ | UTF-8 source or wchar_t with U+AEA5 |
| Go | string(rune(0xAEA5)) |
| Ruby | "\u{AEA5}" |