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