| Symboolnaam | Hangul Syllable Ggelp |
| Unicode-versie | 2.0 |
| Unicode | U+AEE6 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AEE6 |
| Hexadecimale code | 0xAEE6 |
| HTML-code | 껦 |
| LaTeX | \hangul{AEE6} |
| Symbool | 껦 |
| URL-codering (UTF-8 procent) | %EA%BB%A6 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable ggelp-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Ggelp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |