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