| Nome del simbolo | Aquarius |
| Versione Unicode | 0.6 |
| Unicode | U+2652 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2652 |
| Codice esadecimale | 0x2652 |
| Codice HTML | ♒ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ♒ |
| Codifica URL (percentuale UTF-8) | %E2%99%92 |
| Nome parlato / screen reader | Aquarius |
| UTF-8 | E2 99 92 |
| UTF-16 | 2652 |
| UTF-32 | 00002652 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo aquarius sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "aquarius".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "aquarius".
Emoji keyboard → Symbols; search "aquarius".
1span.aquarius-emoji::before { content: "\2652"; } /* prefer inline grapheme for ZWJ */1<span>♒</span>La rappresentazione del simbolo Aquarius nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2652' or String.fromCodePoint(9810) |
| Python | '\N{AQUARIUS}' |
| Rust | '\u{2652}' |
| Swift | "\u{2652}" |
| Go | string(rune(0x2652)) |
| Ruby | "\u{2652}" |