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