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