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