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