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