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