| Symbolname | Hangul Syllable Eump |
| Unicode-Version | 2.0 |
| Unicode | U+C750 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C750 |
| Hexadezimalcode | 0xC750 |
| HTML-Code | 읐 |
| LaTeX | \hangul{C750} |
| Symbol | 읐 |
| URL-Kodierung (UTF-8-Prozent) | %EC%9D%90 |
| Ansagename (Screenreader) | Hangul Syllable Eump |
| UTF-8 | EC 9D 90 |
| UTF-16 | C750 |
| UTF-32 | 0000C750 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C750}4\end{document}Sie können das Symbol hangul syllable eump auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 51024 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable eump", or use Unicode Hex Input with C750.
Ctrl + Shift + U, type c750, 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-eump::before { content: "\C750"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>읐</span>Die Darstellung des Symbols Hangul Syllable Eump in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC750' or String.fromCodePoint(51024) |
| Python | '\N{HANGUL SYLLABLE EUMP}' or chr(51024) |
| Rust | '\u{C750}' |
| C / C++ | UTF-8 source or wchar_t with U+C750 |
| Go | string(rune(0xC750)) |
| Ruby | "\u{C750}" |