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