| Nombre del símbolo | Hangul Jongseong Ssangtikeut |
| Versión Unicode | 5.2 |
| Unicode | U+D7CD |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo hangul jongseong ssangtikeut en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Jongseong Ssangtikeut en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\D7CD |
| Código hexadecimal | 0xD7CD |
| Código HTML | ퟍ |
| LaTeX | \hangul{D7CD} |
| Símbolo | ퟍ |
| Codificación URL (porcentaje UTF-8) | %ED%9F%8D |
| Nombre oral / lector de pantalla | Hangul Jongseong Ssangtikeut |