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