| Nombre del símbolo | Opposition |
| Versión Unicode | 1.1 |
| Unicode | U+260D |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \260D |
| Código hexadecimal | 0x260D |
| Código HTML | ☍ |
| LaTeX | \text{OPPOSITION} |
| Símbolo | ☍ |
| Codificación URL (porcentaje UTF-8) | %E2%98%8D |
| Nombre oral / lector de pantalla | Opposition |
| UTF-8 | E2 98 8D |
| UTF-16 | 260D |
| UTF-32 | 0000260D |
1\documentclass{article}2\usepackage{pifont}3\text{OPPOSITION}4\end{document}Puedes escribir el símbolo opposition en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Opposition en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |