| Nombre del símbolo | Hangul Jongseong Rieul-ssangsios |
| Versión Unicode | 1.1 |
| Unicode | U+11D6 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | E1 87 96 |
| UTF-16 | 11D6 |
| UTF-32 | 000011D6 |
1\documentclass{article}2\usepackage{pifont}3\hangul{11D6}4\end{document}Puedes escribir el símbolo hangul jongseong rieul-ssangsios en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 4566 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong rieul-ssangsios", or use Unicode Hex Input with 11D6.
Ctrl + Shift + U, type 11d6, 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-rieul-ssangsios::before { content: "\11D6"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᇖ</span>La representación del símbolo Hangul Jongseong Rieul-ssangsios en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u11D6' or String.fromCodePoint(4566) |
| Python | '\N{HANGUL JONGSEONG RIEUL-SSANGSIOS}' or chr(4566) |
| Rust | '\u{11D6}' |
| C / C++ | UTF-8 source or wchar_t with U+11D6 |
| Go | string(rune(0x11D6)) |
| Ruby | "\u{11D6}" |
| Código CSS |
\11D6 |
| Código hexadecimal | 0x11D6 |
| Código HTML | ᇖ |
| LaTeX | \hangul{11D6} |
| Símbolo | ᇖ |
| Codificación URL (porcentaje UTF-8) | %E1%87%96 |
| Nombre oral / lector de pantalla | Hangul Jongseong Rieul-ssangsios |