| Symbol Name | Heavy Open Centre Cross |
| Unicode Version | 1.1 |
| Unicode | U+271C |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \271C |
| Hex Code | 0x271C |
| HTML Code | ✜ |
| LaTeX | \text{HEAVYOPENCENTRECROSS} |
| Symbol | ✜ |
| URL encode (UTF-8 percent) | %E2%9C%9C |
| Spoken / screen reader name | Heavy Open Centre Cross |
| UTF-8 | E2 9C 9C |
| UTF-16 | 271C |
| UTF-32 | 0000271C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYOPENCENTRECROSS}4\end{document}You can type the heavy open centre cross symbol on most modern devices with the help of following methods:
Alt + 10012 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy open centre cross", or use Unicode Hex Input with 271C.
Ctrl + Shift + U, type 271c, 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.heavy-open-centre-cross::before { content: "\271C"; }1<span>✜</span>Heavy Open Centre Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u271C' or String.fromCodePoint(10012) |
| Python | '\N{HEAVY OPEN CENTRE CROSS}' or chr(10012) |
| Rust | '\u{271C}' |
| C / C++ | UTF-8 source or wchar_t with U+271C |
| Go | string(rune(0x271C)) |
| Ruby | "\u{271C}" |