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