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