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