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