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