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