| Symboolnaam | Hangul Jungseong I-eu |
| Unicode-versie | 1.1 |
| Unicode | U+119C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \119C |
| Hexadecimale code | 0x119C |
| HTML-code | ᆜ |
| LaTeX | \hangul{119C} |
| Symbool | ᆜ |
| URL-codering (UTF-8 procent) | %E1%86%9C |
| Uitgesproken naam / schermlezer | Hangul Jungseong I-eu |
| UTF-8 | E1 86 9C |
| UTF-16 | 119C |
| UTF-32 | 0000119C |
1\documentclass{article}2\usepackage{pifont}3\hangul{119C}4\end{document}Je kunt het hangul jungseong i-eu-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 4508 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong i-eu", or use Unicode Hex Input with 119C.
Ctrl + Shift + U, type 119c, 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-i-eu::before { content: "\119C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᆜ</span>De weergave van het Hangul Jungseong I-eu-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u119C' or String.fromCodePoint(4508) |
| Python | '\N{HANGUL JUNGSEONG I-EU}' or chr(4508) |
| Rust | '\u{119C}' |
| C / C++ | UTF-8 source or wchar_t with U+119C |
| Go | string(rune(0x119C)) |
| Ruby | "\u{119C}" |