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