| Nome del simbolo | Heavy Open Centre Cross |
| Versione Unicode | 1.1 |
| Unicode | U+271C |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 9C 9C |
| UTF-16 | 271C |
| UTF-32 | 0000271C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYOPENCENTRECROSS}4\end{document}Puoi digitare il simbolo heavy open centre cross sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Heavy Open Centre Cross nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
\271C |
| Codice esadecimale | 0x271C |
| Codice HTML | ✜ |
| LaTeX | \text{HEAVYOPENCENTRECROSS} |
| Simbolo | ✜ |
| Codifica URL (percentuale UTF-8) | %E2%9C%9C |
| Nome parlato / screen reader | Heavy Open Centre Cross |