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