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