| Symbol Name | Hangul Jongseong Ssangmieum |
| Unicode Version | 5.2 |
| Unicode | U+D7E0 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D7E0 |
| Hex Code | 0xD7E0 |
| HTML Code | ퟠ |
| LaTeX | \hangul{D7E0} |
| Symbol | ퟠ |
| URL encode (UTF-8 percent) | %ED%9F%A0 |
| Spoken / screen reader name | Hangul Jongseong Ssangmieum |
| UTF-8 | ED 9F A0 |
| UTF-16 | D7E0 |
| UTF-32 | 0000D7E0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7E0}4\end{document}You can type the hangul jongseong ssangmieum symbol on most modern devices with the help of following methods:
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>Hangul Jongseong Ssangmieum symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |