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