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