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