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