| Symbol Name | Open Centre Cross |
| Unicode Version | 1.1 |
| Unicode | U+271B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \271B |
| Hex Code | 0x271B |
| HTML Code | ✛ |
| LaTeX | \text{OPENCENTRECROSS} |
| Symbol | ✛ |
| URL encode (UTF-8 percent) | %E2%9C%9B |
| Spoken / screen reader name | 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}You can type the open centre cross symbol on most modern devices with the help of following methods:
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>Open Centre Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |