| Symbolname | Hexagram For Peace |
| Unicode-Version | 4.0 |
| Unicode | U+4DCA |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \4DCA |
| Hexadezimalcode | 0x4DCA |
| HTML-Code | ䷊ |
| LaTeX | \text{HEXAGRAMFORPEACE} |
| Symbol | ䷊ |
| URL-Kodierung (UTF-8-Prozent) | %E4%B7%8A |
| Ansagename (Screenreader) | Hexagram For Peace |
| UTF-8 | E4 B7 8A |
| UTF-16 | 4DCA |
| UTF-32 | 00004DCA |
1\documentclass{article}2\usepackage{pifont}3\text{HEXAGRAMFORPEACE}4\end{document}Sie können das Symbol hexagram for peace auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 19914 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "hexagram for peace", or use Unicode Hex Input with 4DCA.
Ctrl + Shift + U, type 4dca, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with religion symbol support.
1span.hexagram-for-peace::before { content: "\4DCA"; }1<span>䷊</span>Die Darstellung des Symbols Hexagram For Peace in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u4DCA' or String.fromCodePoint(19914) |
| Python | '\N{HEXAGRAM FOR PEACE}' or chr(19914) |
| Rust | '\u{4DCA}' |
| C / C++ | UTF-8 source or wchar_t with U+4DCA |
| Go | string(rune(0x4DCA)) |
| Ruby | "\u{4DCA}" |