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