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