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