| Symboolnaam | Hangul Choseong Pieup-kiyeok |
| Unicode-versie | 1.1 |
| Unicode | U+111E |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | E1 84 9E |
| UTF-16 | 111E |
| UTF-32 | 0000111E |
1\documentclass{article}2\usepackage{pifont}3\hangul{111E}4\end{document}Je kunt het hangul choseong pieup-kiyeok-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 4382 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong pieup-kiyeok", or use Unicode Hex Input with 111E.
Ctrl + Shift + U, type 111e, 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-kiyeok::before { content: "\111E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄞ</span>De weergave van het Hangul Choseong Pieup-kiyeok-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u111E' or String.fromCodePoint(4382) |
| Python | '\N{HANGUL CHOSEONG PIEUP-KIYEOK}' or chr(4382) |
| Rust | '\u{111E}' |
| C / C++ | UTF-8 source or wchar_t with U+111E |
| Go | string(rune(0x111E)) |
| Ruby | "\u{111E}" |
\111E |
| Hexadecimale code | 0x111E |
| HTML-code | ᄞ |
| LaTeX | \hangul{111E} |
| Symbool | ᄞ |
| URL-codering (UTF-8 procent) | %E1%84%9E |
| Uitgesproken naam / schermlezer | Hangul Choseong Pieup-kiyeok |