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