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