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