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