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