| Nome del simbolo | Hangul Jongseong Ssangtikeut |
| Versione Unicode | 5.2 |
| Unicode | U+D7CD |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | ED 9F 8D |
| UTF-16 | D7CD |
| UTF-32 | 0000D7CD |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7CD}4\end{document}Puoi digitare il simbolo hangul jongseong ssangtikeut sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Jongseong Ssangtikeut nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\D7CD |
| Codice esadecimale | 0xD7CD |
| Codice HTML | ퟍ |
| LaTeX | \hangul{D7CD} |
| Simbolo | ퟍ |
| Codifica URL (percentuale UTF-8) | %ED%9F%8D |
| Nome parlato / screen reader | Hangul Jongseong Ssangtikeut |