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