| Nom du symbole | Hangul Jongseong Sios-pieup |
| Version Unicode | 1.1 |
| Unicode | U+11EA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS |
| UTF-8 | E1 87 AA |
| UTF-16 | 11EA |
| UTF-32 | 000011EA |
1\documentclass{article}2\usepackage{pifont}3\hangul{11EA}4\end{document}Vous pouvez saisir le symbole hangul jongseong sios-pieup sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Jongseong Sios-pieup dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x11EA |
| Code HTML | ᇪ |
| LaTeX | \hangul{11EA} |
| Symbole | ᇪ |
| Encodage URL (pourcent UTF-8) | %E1%87%AA |
| Nom oral / lecteur d’écran | Hangul Jongseong Sios-pieup |