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