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