| Symbol Name | Hangul Syllable Ggelp |
| Unicode Version | 2.0 |
| Unicode | U+AEE6 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AEE6 |
| Hex Code | 0xAEE6 |
| HTML Code | 껦 |
| LaTeX | \hangul{AEE6} |
| Symbol | 껦 |
| URL encode (UTF-8 percent) | %EA%BB%A6 |
| Spoken / screen reader name | 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}You can type the hangul syllable ggelp symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ggelp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |