| Symboolnaam | Hangul Syllable Ggyeb |
| Unicode-versie | 2.0 |
| Unicode | U+AF26 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AF26 |
| Hexadecimale code | 0xAF26 |
| HTML-code | 꼦 |
| LaTeX | \hangul{AF26} |
| Symbool | 꼦 |
| URL-codering (UTF-8 procent) | %EA%BC%A6 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable ggyeb-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Ggyeb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |