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