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