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