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