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