| Symboolnaam | Quincunx |
| Unicode-versie | 5.1 |
| Unicode | U+26BB |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \26BB |
| Hexadecimale code | 0x26BB |
| HTML-code | ⚻ |
| LaTeX | \text{QUINCUNX} |
| Symbool | ⚻ |
| URL-codering (UTF-8 procent) | %E2%9A%BB |
| Uitgesproken naam / schermlezer | Quincunx |
| UTF-8 | E2 9A BB |
| UTF-16 | 26BB |
| UTF-32 | 000026BB |
1\documentclass{article}2\usepackage{pifont}3\text{QUINCUNX}4\end{document}Je kunt het quincunx-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9915 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "quincunx", or use Unicode Hex Input with 26BB.
Ctrl + Shift + U, type 26bb, 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.quincunx::before { content: "\26BB"; }1<span>⚻</span>De weergave van het Quincunx-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u26BB' or String.fromCodePoint(9915) |
| Python | '\N{QUINCUNX}' or chr(9915) |
| Rust | '\u{26BB}' |
| C / C++ | UTF-8 source or wchar_t with U+26BB |
| Go | string(rune(0x26BB)) |
| Ruby | "\u{26BB}" |