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