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