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