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