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