| Symbol Name | Hangul Jungseong Araea-u |
| Unicode Version | 1.1 |
| Unicode | U+11A0 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \11A0 |
| Hex Code | 0x11A0 |
| HTML Code | ᆠ |
| LaTeX | \hangul{11A0} |
| Symbol | ᆠ |
| URL encode (UTF-8 percent) | %E1%86%A0 |
| Spoken / screen reader name | Hangul Jungseong Araea-u |
| UTF-8 | E1 86 A0 |
| UTF-16 | 11A0 |
| UTF-32 | 000011A0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{11A0}4\end{document}You can type the hangul jungseong araea-u symbol on most modern devices with the help of following methods:
Alt + 4512 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong araea-u", or use Unicode Hex Input with 11A0.
Ctrl + Shift + U, type 11a0, 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-u::before { content: "\11A0"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᆠ</span>Hangul Jungseong Araea-u symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u11A0' or String.fromCodePoint(4512) |
| Python | '\N{HANGUL JUNGSEONG ARAEA-U}' or chr(4512) |
| Rust | '\u{11A0}' |
| C / C++ | UTF-8 source or wchar_t with U+11A0 |
| Go | string(rune(0x11A0)) |
| Ruby | "\u{11A0}" |