| Nom du symbole | Hangul Jungseong Eo-eu |
| Version Unicode | 1.1 |
| Unicode | U+117C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \117C |
| Code hexadécimal | 0x117C |
| Code HTML | ᅼ |
| LaTeX | \hangul{117C} |
| Symbole | ᅼ |
| Encodage URL (pourcent UTF-8) | %E1%85%BC |
| Nom oral / lecteur d’écran | Hangul Jungseong Eo-eu |
| UTF-8 | E1 85 BC |
| UTF-16 | 117C |
| UTF-32 | 0000117C |
1\documentclass{article}2\usepackage{pifont}3\hangul{117C}4\end{document}Vous pouvez saisir le symbole hangul jungseong eo-eu sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 4476 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong eo-eu", or use Unicode Hex Input with 117C.
Ctrl + Shift + U, type 117c, 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-jungseong-eo-eu::before { content: "\117C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᅼ</span>La représentation du symbole Hangul Jungseong Eo-eu dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u117C' or String.fromCodePoint(4476) |
| Python | '\N{HANGUL JUNGSEONG EO-EU}' or chr(4476) |
| Rust | '\u{117C}' |
| C / C++ | UTF-8 source or wchar_t with U+117C |
| Go | string(rune(0x117C)) |
| Ruby | "\u{117C}" |