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