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