| Nombre del símbolo | Hangul Jongseong Ieung |
| Versión Unicode | 1.1 |
| Unicode | U+11BC |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \11BC |
| Código hexadecimal | 0x11BC |
| Código HTML | ᆼ |
| LaTeX | \hangul{11BC} |
| Símbolo | ᆼ |
| Codificación URL (porcentaje UTF-8) | %E1%86%BC |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul jongseong ieung en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Jongseong Ieung en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |