| Nom du symbole | Trigram For Earth |
| Version Unicode | 1.1 |
| Unicode | U+2637 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \2637 |
| Code hexadécimal | 0x2637 |
| Code HTML | ☷ |
| LaTeX | \text{TRIGRAMFOREARTH} |
| Symbole | ☷ |
| Encodage URL (pourcent UTF-8) | %E2%98%B7 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole trigram for earth sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Trigram For Earth dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |