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