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