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