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