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