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