| Symboolnaam | Hangul Syllable Ggwelp |
| Unicode-versie | 2.0 |
| Unicode | U+AFFE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AFFE |
| Hexadecimale code | 0xAFFE |
| HTML-code | 꿾 |
| LaTeX | \hangul{AFFE} |
| Symbool | 꿾 |
| URL-codering (UTF-8 procent) | %EA%BF%BE |
| Uitgesproken naam / schermlezer | Hangul Syllable Ggwelp |
| UTF-8 | EA BF BE |
| UTF-16 | AFFE |
| UTF-32 | 0000AFFE |
1\documentclass{article}2\usepackage{pifont}3\hangul{AFFE}4\end{document}Je kunt het hangul syllable ggwelp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 45054 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggwelp", or use Unicode Hex Input with AFFE.
Ctrl + Shift + U, type affe, 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-ggwelp::before { content: "\AFFE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꿾</span>De weergave van het Hangul Syllable Ggwelp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAFFE' or String.fromCodePoint(45054) |
| Python | '\N{HANGUL SYLLABLE GGWELP}' or chr(45054) |
| Rust | '\u{AFFE}' |
| C / C++ | UTF-8 source or wchar_t with U+AFFE |
| Go | string(rune(0xAFFE)) |
| Ruby | "\u{AFFE}" |