| Nom du symbole | Aquarius |
| Version Unicode | 0.6 |
| Unicode | U+2652 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \2652 |
| Code hexadécimal | 0x2652 |
| Code HTML | ♒ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ♒ |
| Encodage URL (pourcent UTF-8) | %E2%99%92 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole aquarius sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Aquarius dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2652' or String.fromCodePoint(9810) |
| Python | '\N{AQUARIUS}' |
| Rust | '\u{2652}' |
| Swift | "\u{2652}" |
| Go | string(rune(0x2652)) |
| Ruby | "\u{2652}" |