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