| Symbol Name | Aries |
| Unicode Version | 0.6 |
| Unicode | U+2648 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2648 |
| Hex Code | 0x2648 |
| HTML Code | ♈ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ♈ |
| URL encode (UTF-8 percent) | %E2%99%88 |
| Discord / Slack shortcode | :aries: |
| GitHub shortcode | :aries: |
| Spoken / screen reader name | Aries |
| UTF-8 | E2 99 88 |
| UTF-16 | 2648 |
| UTF-32 | 00002648 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the aries 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 "aries".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "aries".
Emoji keyboard → Symbols; search "aries".
1span.aries-emoji::before { content: "\2648"; } /* prefer inline grapheme for ZWJ */1<span>♈</span>Aries symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2648' or String.fromCodePoint(9800) |
| Python | '\N{ARIES}' |
| Rust | '\u{2648}' |
| Swift | "\u{2648}" |
| Go | string(rune(0x2648)) |
| Ruby | "\u{2648}" |