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