| Nom du symbole | Ophiuchus |
| Version Unicode | 0.6 |
| Unicode | U+26CE |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \26CE |
| Code hexadécimal | 0x26CE |
| Code HTML | ⛎ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⛎ |
| Encodage URL (pourcent UTF-8) | %E2%9B%8E |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole ophiuchus sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Ophiuchus dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26CE' or String.fromCodePoint(9934) |
| Python | '\N{OPHIUCHUS}' |
| Rust | '\u{26CE}' |
| Swift | "\u{26CE}" |
| Go | string(rune(0x26CE)) |
| Ruby | "\u{26CE}" |