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