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