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