| Nome del simbolo | Voided Greek Cross |
| Versione Unicode | 13.0 |
| Unicode | U+1FBBB |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | F0 9F AE BB |
| UTF-16 | D83E DFBB |
| UTF-32 | 0001FBBB |
1\documentclass{article}2\usepackage{pifont}3\text{VOIDEDGREEKCROSS}4\end{document}Puoi digitare il simbolo voided greek cross sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "voided greek cross", or use Unicode Hex Input with 1FBBB.
Ctrl + Shift + U, type 1fbbb, 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 legacy computing symbol support.
1span.voided-greek-cross::before { content: "\1FBBB"; }1<span>🮻</span>La rappresentazione del simbolo Voided Greek Cross nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFBB' or String.fromCodePoint(0x1FBBB) |
| Python | '\N{VOIDED GREEK CROSS}' or chr(129979) |
| Rust | '\u{1FBBB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBBB |
| Go | string(rune(0x1FBBB)) |
| Ruby | "\u{1FBBB}" |
| Codice CSS |
\1FBBB |
| Codice esadecimale | 0x1FBBB |
| Codice HTML | 🮻 |
| LaTeX | \text{VOIDEDGREEKCROSS} |
| Simbolo | 🮻 |
| Codifica URL (percentuale UTF-8) | %F0%9F%AE%BB |
| Nome parlato / screen reader | Voided Greek Cross |