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