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