| Nombre del símbolo | Conjunction |
| Versión Unicode | 1.1 |
| Unicode | U+260C |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \260C |
| Código hexadecimal | 0x260C |
| Código HTML | ☌ |
| LaTeX | \text{CONJUNCTION} |
| Símbolo | ☌ |
| Codificación URL (porcentaje UTF-8) | %E2%98%8C |
| Nombre oral / lector de pantalla | Conjunction |
| UTF-8 | E2 98 8C |
| UTF-16 | 260C |
| UTF-32 | 0000260C |
1\documentclass{article}2\usepackage{pifont}3\text{CONJUNCTION}4\end{document}Puedes escribir el símbolo conjunction en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9740 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "conjunction", or use Unicode Hex Input with 260C.
Ctrl + Shift + U, type 260c, 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.conjunction::before { content: "\260C"; }1<span>☌</span>La representación del símbolo Conjunction en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u260C' or String.fromCodePoint(9740) |
| Python | '\N{CONJUNCTION}' or chr(9740) |
| Rust | '\u{260C}' |
| C / C++ | UTF-8 source or wchar_t with U+260C |
| Go | string(rune(0x260C)) |
| Ruby | "\u{260C}" |