| Symbolname | Trigram For Earth |
| Unicode-Version | 1.1 |
| Unicode | U+2637 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \2637 |
| Hexadezimalcode | 0x2637 |
| HTML-Code | ☷ |
| LaTeX | \text{TRIGRAMFOREARTH} |
| Symbol | ☷ |
| URL-Kodierung (UTF-8-Prozent) | %E2%98%B7 |
| Ansagename (Screenreader) | Trigram For Earth |
| UTF-8 | E2 98 B7 |
| UTF-16 | 2637 |
| UTF-32 | 00002637 |
1\documentclass{article}2\usepackage{pifont}3\text{TRIGRAMFOREARTH}4\end{document}Sie können das Symbol trigram for earth auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9783 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "trigram for earth", or use Unicode Hex Input with 2637.
Ctrl + Shift + U, type 2637, 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.trigram-for-earth::before { content: "\2637"; }1<span>☷</span>Die Darstellung des Symbols Trigram For Earth in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2637' or String.fromCodePoint(9783) |
| Python | '\N{TRIGRAM FOR EARTH}' or chr(9783) |
| Rust | '\u{2637}' |
| C / C++ | UTF-8 source or wchar_t with U+2637 |
| Go | string(rune(0x2637)) |
| Ruby | "\u{2637}" |