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