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