| Symboolnaam | Hangul Choseong Pieup-nieun |
| Unicode-versie | 1.1 |
| Unicode | U+111F |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het hangul choseong pieup-nieun-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Choseong Pieup-nieun-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x111F |
| HTML-code | ᄟ |
| LaTeX | \hangul{111F} |
| Symbool | ᄟ |
| URL-codering (UTF-8 procent) | %E1%84%9F |
| Uitgesproken naam / schermlezer | Hangul Choseong Pieup-nieun |