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