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