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