| Nom du symbole | Hangul Syllable Eump |
| Version Unicode | 2.0 |
| Unicode | U+C750 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C750 |
| Code hexadécimal | 0xC750 |
| Code HTML | 읐 |
| LaTeX | \hangul{C750} |
| Symbole | 읐 |
| Encodage URL (pourcent UTF-8) | %EC%9D%90 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable eump sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Eump dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |