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