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