| Nom du symbole | Open Centre Cross |
| Version Unicode | 1.1 |
| Unicode | U+271B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \271B |
| Code hexadécimal | 0x271B |
| Code HTML | ✛ |
| LaTeX | \text{OPENCENTRECROSS} |
| Symbole | ✛ |
| Encodage URL (pourcent UTF-8) | %E2%9C%9B |
| Nom oral / lecteur d’écran | Open Centre Cross |
| UTF-8 | E2 9C 9B |
| UTF-16 | 271B |
| UTF-32 | 0000271B |
1\documentclass{article}2\usepackage{pifont}3\text{OPENCENTRECROSS}4\end{document}Vous pouvez saisir le symbole open centre cross sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10011 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "open centre cross", or use Unicode Hex Input with 271B.
Ctrl + Shift + U, type 271b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with religion symbol support.
1span.open-centre-cross::before { content: "\271B"; }1<span>✛</span>La représentation du symbole Open Centre Cross dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u271B' or String.fromCodePoint(10011) |
| Python | '\N{OPEN CENTRE CROSS}' or chr(10011) |
| Rust | '\u{271B}' |
| C / C++ | UTF-8 source or wchar_t with U+271B |
| Go | string(rune(0x271B)) |
| Ruby | "\u{271B}" |