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