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