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