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