| Nombre del símbolo | Mercury |
| Versión Unicode | 1.1 |
| Unicode | U+263F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \263F |
| Código hexadecimal | 0x263F |
| Código HTML | ☿ |
| LaTeX | \mercury |
| Símbolo | ☿ |
| Codificación URL (porcentaje UTF-8) | %E2%98%BF |
| Nombre oral / lector de pantalla | Mercury |
| UTF-8 | E2 98 BF |
| UTF-16 | 263F |
| UTF-32 | 0000263F |
1\documentclass{article}2\usepackage{pifont}3\mercury 4\end{document}Puedes escribir el símbolo mercury en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Mercury en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |