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