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