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