| Symbolname | Opposition |
| Unicode-Version | 1.1 |
| Unicode | U+260D |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \260D |
| Hexadezimalcode | 0x260D |
| HTML-Code | ☍ |
| LaTeX | \text{OPPOSITION} |
| Symbol | ☍ |
| URL-Kodierung (UTF-8-Prozent) | %E2%98%8D |
| Ansagename (Screenreader) | Opposition |
| UTF-8 | E2 98 8D |
| UTF-16 | 260D |
| UTF-32 | 0000260D |
1\documentclass{article}2\usepackage{pifont}3\text{OPPOSITION}4\end{document}Sie können das Symbol opposition auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Opposition in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |