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