| Nombre del símbolo | Hangul Jungseong Oe |
| Versión Unicode | 1.1 |
| Unicode | U+116C |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \116C |
| Código hexadecimal | 0x116C |
| Código HTML | ᅬ |
| LaTeX | \hangul{116C} |
| Símbolo | ᅬ |
| Codificación URL (porcentaje UTF-8) | %E1%85%AC |
| Nombre oral / lector de pantalla | Hangul Jungseong Oe |
| UTF-8 | E1 85 AC |
| UTF-16 | 116C |
| UTF-32 | 0000116C |
1\documentclass{article}2\usepackage{pifont}3\hangul{116C}4\end{document}Puedes escribir el símbolo hangul jungseong oe en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 4460 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong oe", or use Unicode Hex Input with 116C.
Ctrl + Shift + U, type 116c, 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-oe::before { content: "\116C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᅬ</span>La representación del símbolo Hangul Jungseong Oe en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u116C' or String.fromCodePoint(4460) |
| Python | '\N{HANGUL JUNGSEONG OE}' or chr(4460) |
| Rust | '\u{116C}' |
| C / C++ | UTF-8 source or wchar_t with U+116C |
| Go | string(rune(0x116C)) |
| Ruby | "\u{116C}" |