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