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