| Symbol Name | Hangul Syllable Ggeb |
| Unicode Version | 2.0 |
| Unicode | U+AEEE |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AEEE |
| Hex Code | 0xAEEE |
| HTML Code | 껮 |
| LaTeX | \hangul{AEEE} |
| Symbol | 껮 |
| URL encode (UTF-8 percent) | %EA%BB%AE |
| Spoken / screen reader name | Hangul Syllable Ggeb |
| UTF-8 | EA BB AE |
| UTF-16 | AEEE |
| UTF-32 | 0000AEEE |
1\documentclass{article}2\usepackage{pifont}3\hangul{AEEE}4\end{document}You can type the hangul syllable ggeb symbol on most modern devices with the help of following methods:
Alt + 44782 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggeb", or use Unicode Hex Input with AEEE.
Ctrl + Shift + U, type aeee, 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-ggeb::before { content: "\AEEE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>껮</span>Hangul Syllable Ggeb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAEEE' or String.fromCodePoint(44782) |
| Python | '\N{HANGUL SYLLABLE GGEB}' or chr(44782) |
| Rust | '\u{AEEE}' |
| C / C++ | UTF-8 source or wchar_t with U+AEEE |
| Go | string(rune(0xAEEE)) |
| Ruby | "\u{AEEE}" |