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