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