| Nome del simbolo | Mercury |
| Versione Unicode | 1.1 |
| Unicode | U+263F |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \263F |
| Codice esadecimale | 0x263F |
| Codice HTML | ☿ |
| LaTeX | \mercury |
| Simbolo | ☿ |
| Codifica URL (percentuale UTF-8) | %E2%98%BF |
| Nome parlato / screen reader | Mercury |
| UTF-8 | E2 98 BF |
| UTF-16 | 263F |
| UTF-32 | 0000263F |
1\documentclass{article}2\usepackage{pifont}3\mercury 4\end{document}Puoi digitare il simbolo mercury sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Mercury nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |