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