| Symbol Name | Hangul Jungseong Araea-eo |
| Unicode Version | 1.1 |
| Unicode | U+119F |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \119F |
| Hex Code | 0x119F |
| HTML Code | ᆟ |
| LaTeX | \hangul{119F} |
| Symbol | ᆟ |
| URL encode (UTF-8 percent) | %E1%86%9F |
| Spoken / screen reader name | 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}You can type the hangul jungseong araea-eo symbol on most modern devices with the help of following methods:
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>Hangul Jungseong Araea-eo symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |