| Symbol Name | Hangul Jongseong Sios-pieup |
| Unicode Version | 1.1 |
| Unicode | U+11EA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \11EA |
| Hex Code | 0x11EA |
| HTML Code | ᇪ |
| LaTeX | \hangul{11EA} |
| Symbol | ᇪ |
| URL encode (UTF-8 percent) | %E1%87%AA |
| Spoken / screen reader name | Hangul Jongseong Sios-pieup |
| UTF-8 | E1 87 AA |
| UTF-16 | 11EA |
| UTF-32 | 000011EA |
1\documentclass{article}2\usepackage{pifont}3\hangul{11EA}4\end{document}You can type the hangul jongseong sios-pieup symbol on most modern devices with the help of following methods:
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>Hangul Jongseong Sios-pieup symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |