| Symbolname | Hangul Syllable Ggyeb |
| Unicode-Version | 2.0 |
| Unicode | U+AF26 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AF26 |
| Hexadezimalcode | 0xAF26 |
| HTML-Code | 꼦 |
| LaTeX | \hangul{AF26} |
| Symbol | 꼦 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BC%A6 |
| Ansagename (Screenreader) | Hangul Syllable Ggyeb |
| UTF-8 | EA BC A6 |
| UTF-16 | AF26 |
| UTF-32 | 0000AF26 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AF26}4\end{document}Sie können das Symbol hangul syllable ggyeb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44838 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyeb", or use Unicode Hex Input with AF26.
Ctrl + Shift + U, type af26, 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-ggyeb::before { content: "\AF26"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꼦</span>Die Darstellung des Symbols Hangul Syllable Ggyeb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAF26' or String.fromCodePoint(44838) |
| Python | '\N{HANGUL SYLLABLE GGYEB}' or chr(44838) |
| Rust | '\u{AF26}' |
| C / C++ | UTF-8 source or wchar_t with U+AF26 |
| Go | string(rune(0xAF26)) |
| Ruby | "\u{AF26}" |