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