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