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