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