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