| Nom du symbole | Mercury |
| Version Unicode | 1.1 |
| Unicode | U+263F |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \263F |
| Code hexadécimal | 0x263F |
| Code HTML | ☿ |
| LaTeX | \mercury |
| Symbole | ☿ |
| Encodage URL (pourcent UTF-8) | %E2%98%BF |
| Nom oral / lecteur d’écran | Mercury |
| UTF-8 | E2 98 BF |
| UTF-16 | 263F |
| UTF-32 | 0000263F |
1\documentclass{article}2\usepackage{pifont}3\mercury 4\end{document}Vous pouvez saisir le symbole mercury sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Mercury dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |