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