| Symbol Name | Aquarius |
| Unicode Version | 0.6 |
| Unicode | U+2652 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2652 |
| Hex Code | 0x2652 |
| HTML Code | ♒ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ♒ |
| URL encode (UTF-8 percent) | %E2%99%92 |
| Spoken / screen reader name | 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}You can type the aquarius symbol on most modern devices with the help of following methods:
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>Aquarius symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2652' or String.fromCodePoint(9810) |
| Python | '\N{AQUARIUS}' |
| Rust | '\u{2652}' |
| Swift | "\u{2652}" |
| Go | string(rune(0x2652)) |
| Ruby | "\u{2652}" |