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