| Nome del simbolo | Black Cross On Shield |
| Versione Unicode | 5.2 |
| Unicode | U+26E8 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9B A8 |
| UTF-16 | 26E8 |
| UTF-32 | 000026E8 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCROSSONSHIELD}4\end{document}Puoi digitare il simbolo black cross on shield sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9960 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black cross on shield", or use Unicode Hex Input with 26E8.
Ctrl + Shift + U, type 26e8, 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.black-cross-on-shield::before { content: "\26E8"; }1<span>⛨</span>La rappresentazione del simbolo Black Cross On Shield nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26E8' or String.fromCodePoint(9960) |
| Python | '\N{BLACK CROSS ON SHIELD}' or chr(9960) |
| Rust | '\u{26E8}' |
| C / C++ | UTF-8 source or wchar_t with U+26E8 |
| Go | string(rune(0x26E8)) |
| Ruby | "\u{26E8}" |
| Codice CSS |
\26E8 |
| Codice esadecimale | 0x26E8 |
| Codice HTML | ⛨ |
| LaTeX | \text{BLACKCROSSONSHIELD} |
| Simbolo | ⛨ |
| Codifica URL (percentuale UTF-8) | %E2%9B%A8 |
| Nome parlato / screen reader | Black Cross On Shield |