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