| Nome del simbolo | Hangul Jungseong Yu-a |
| Versione Unicode | 1.1 |
| Unicode | U+118E |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \118E |
| Codice esadecimale | 0x118E |
| Codice HTML | ᆎ |
| LaTeX | \hangul{118E} |
| Simbolo | ᆎ |
| Codifica URL (percentuale UTF-8) | %E1%86%8E |
| Nome parlato / screen reader | Hangul Jungseong Yu-a |
| UTF-8 | E1 86 8E |
| UTF-16 | 118E |
| UTF-32 | 0000118E |
1\documentclass{article}2\usepackage{pifont}3\hangul{118E}4\end{document}Puoi digitare il simbolo hangul jungseong yu-a sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 4494 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong yu-a", or use Unicode Hex Input with 118E.
Ctrl + Shift + U, type 118e, 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-a::before { content: "\118E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᆎ</span>La rappresentazione del simbolo Hangul Jungseong Yu-a nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u118E' or String.fromCodePoint(4494) |
| Python | '\N{HANGUL JUNGSEONG YU-A}' or chr(4494) |
| Rust | '\u{118E}' |
| C / C++ | UTF-8 source or wchar_t with U+118E |
| Go | string(rune(0x118E)) |
| Ruby | "\u{118E}" |