| Nome del simbolo | Hangul Jongseong Sios-pieup |
| Versione Unicode | 1.1 |
| Unicode | U+11EA |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | E1 87 AA |
| UTF-16 | 11EA |
| UTF-32 | 000011EA |
1\documentclass{article}2\usepackage{pifont}3\hangul{11EA}4\end{document}Puoi digitare il simbolo hangul jongseong sios-pieup sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Jongseong Sios-pieup nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\11EA |
| Codice esadecimale | 0x11EA |
| Codice HTML | ᇪ |
| LaTeX | \hangul{11EA} |
| Simbolo | ᇪ |
| Codifica URL (percentuale UTF-8) | %E1%87%AA |
| Nome parlato / screen reader | Hangul Jongseong Sios-pieup |