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