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