| Symbolname | Hangul Syllable Ggunh |
| Unicode-Version | 2.0 |
| Unicode | U+AFBE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AFBE |
| Hexadezimalcode | 0xAFBE |
| HTML-Code | 꾾 |
| LaTeX | \hangul{AFBE} |
| Symbol | 꾾 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BE%BE |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable ggunh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Ggunh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |