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