| Nome del simbolo | Pisces |
| Versione Unicode | 0.6 |
| Unicode | U+2653 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2653 |
| Codice esadecimale | 0x2653 |
| Codice HTML | ♓ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ♓ |
| Codifica URL (percentuale UTF-8) | %E2%99%93 |
| Nome parlato / screen reader | Pisces |
| UTF-8 | E2 99 93 |
| UTF-16 | 2653 |
| UTF-32 | 00002653 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo pisces 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 "pisces".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "pisces".
Emoji keyboard → Symbols; search "pisces".
1span.pisces-emoji::before { content: "\2653"; } /* prefer inline grapheme for ZWJ */1<span>♓</span>La rappresentazione del simbolo Pisces nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2653' or String.fromCodePoint(9811) |
| Python | '\N{PISCES}' |
| Rust | '\u{2653}' |
| Swift | "\u{2653}" |
| Go | string(rune(0x2653)) |
| Ruby | "\u{2653}" |