| Symbolname | Hangul Jungseong Oe |
| Unicode-Version | 1.1 |
| Unicode | U+116C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \116C |
| Hexadezimalcode | 0x116C |
| HTML-Code | ᅬ |
| LaTeX | \hangul{116C} |
| Symbol | ᅬ |
| URL-Kodierung (UTF-8-Prozent) | %E1%85%AC |
| Ansagename (Screenreader) | Hangul Jungseong Oe |
| UTF-8 | E1 85 AC |
| UTF-16 | 116C |
| UTF-32 | 0000116C |
1\documentclass{article}2\usepackage{pifont}3\hangul{116C}4\end{document}Sie können das Symbol hangul jungseong oe auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 4460 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong oe", or use Unicode Hex Input with 116C.
Ctrl + Shift + U, type 116c, 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-oe::before { content: "\116C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᅬ</span>Die Darstellung des Symbols Hangul Jungseong Oe in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u116C' or String.fromCodePoint(4460) |
| Python | '\N{HANGUL JUNGSEONG OE}' or chr(4460) |
| Rust | '\u{116C}' |
| C / C++ | UTF-8 source or wchar_t with U+116C |
| Go | string(rune(0x116C)) |
| Ruby | "\u{116C}" |