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