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