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