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