| Symboolnaam | Hangul Jongseong Ssangmieum |
| Unicode-versie | 5.2 |
| Unicode | U+D7E0 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het hangul jongseong ssangmieum-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Jongseong Ssangmieum-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xD7E0 |
| HTML-code | ퟠ |
| LaTeX | \hangul{D7E0} |
| Symbool | ퟠ |
| URL-codering (UTF-8 procent) | %ED%9F%A0 |
| Uitgesproken naam / schermlezer | Hangul Jongseong Ssangmieum |