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