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