| Symbolname | Hangul Jungseong Eo-eu |
| Unicode-Version | 1.1 |
| Unicode | U+117C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \117C |
| Hexadezimalcode | 0x117C |
| HTML-Code | ᅼ |
| LaTeX | \hangul{117C} |
| Symbol | ᅼ |
| URL-Kodierung (UTF-8-Prozent) | %E1%85%BC |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul jungseong eo-eu auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Jungseong Eo-eu in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |