| Symbol Name | Opposition |
| Unicode Version | 1.1 |
| Unicode | U+260D |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \260D |
| Hex Code | 0x260D |
| HTML Code | ☍ |
| LaTeX | \text{OPPOSITION} |
| Symbol | ☍ |
| URL encode (UTF-8 percent) | %E2%98%8D |
| Spoken / screen reader name | Opposition |
| UTF-8 | E2 98 8D |
| UTF-16 | 260D |
| UTF-32 | 0000260D |
1\documentclass{article}2\usepackage{pifont}3\text{OPPOSITION}4\end{document}You can type the opposition symbol on most modern devices with the help of following methods:
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>Opposition symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |