| Symboolnaam | Hangul Jongseong Ssangtikeut |
| Unicode-versie | 5.2 |
| Unicode | U+D7CD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | ED 9F 8D |
| UTF-16 | D7CD |
| UTF-32 | 0000D7CD |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7CD}4\end{document}Je kunt het hangul jongseong ssangtikeut-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 55245 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong ssangtikeut", or use Unicode Hex Input with D7CD.
Ctrl + Shift + U, type d7cd, 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-ssangtikeut::before { content: "\D7CD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ퟍ</span>De weergave van het Hangul Jongseong Ssangtikeut-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD7CD' or String.fromCodePoint(55245) |
| Python | '\N{HANGUL JONGSEONG SSANGTIKEUT}' or chr(55245) |
| Rust | '\u{D7CD}' |
| C / C++ | UTF-8 source or wchar_t with U+D7CD |
| Go | string(rune(0xD7CD)) |
| Ruby | "\u{D7CD}" |
\D7CD |
| Hexadecimale code | 0xD7CD |
| HTML-code | ퟍ |
| LaTeX | \hangul{D7CD} |
| Symbool | ퟍ |
| URL-codering (UTF-8 procent) | %ED%9F%8D |
| Uitgesproken naam / schermlezer | Hangul Jongseong Ssangtikeut |