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