| Nome del simbolo | Hangul Jungseong Yu-e |
| Versione Unicode | 1.1 |
| Unicode | U+1190 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \1190 |
| Codice esadecimale | 0x1190 |
| Codice HTML | ᆐ |
| LaTeX | \hangul{1190} |
| Simbolo | ᆐ |
| Codifica URL (percentuale UTF-8) | %E1%86%90 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul jungseong yu-e sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Jungseong Yu-e nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |