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