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