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