| Nom du symbole | Opposition |
| Version Unicode | 1.1 |
| Unicode | U+260D |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \260D |
| Code hexadécimal | 0x260D |
| Code HTML | ☍ |
| LaTeX | \text{OPPOSITION} |
| Symbole | ☍ |
| Encodage URL (pourcent UTF-8) | %E2%98%8D |
| Nom oral / lecteur d’écran | Opposition |
| UTF-8 | E2 98 8D |
| UTF-16 | 260D |
| UTF-32 | 0000260D |
1\documentclass{article}2\usepackage{pifont}3\text{OPPOSITION}4\end{document}Vous pouvez saisir le symbole opposition sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9741 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "opposition", or use Unicode Hex Input with 260D.
Ctrl + Shift + U, type 260d, 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 astrology symbol support.
1span.opposition::before { content: "\260D"; }1<span>☍</span>La représentation du symbole Opposition dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u260D' or String.fromCodePoint(9741) |
| Python | '\N{OPPOSITION}' or chr(9741) |
| Rust | '\u{260D}' |
| C / C++ | UTF-8 source or wchar_t with U+260D |
| Go | string(rune(0x260D)) |
| Ruby | "\u{260D}" |