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