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