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