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