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