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