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