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