| Symboolnaam | Conjunction |
| Unicode-versie | 1.1 |
| Unicode | U+260C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \260C |
| Hexadecimale code | 0x260C |
| HTML-code | ☌ |
| LaTeX | \text{CONJUNCTION} |
| Symbool | ☌ |
| URL-codering (UTF-8 procent) | %E2%98%8C |
| Uitgesproken naam / schermlezer | Conjunction |
| UTF-8 | E2 98 8C |
| UTF-16 | 260C |
| UTF-32 | 0000260C |
1\documentclass{article}2\usepackage{pifont}3\text{CONJUNCTION}4\end{document}Je kunt het conjunction-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Conjunction-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |