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