| Symbol Name | Voided Greek Cross |
| Unicode Version | 13.0 |
| Unicode | U+1FBBB |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \1FBBB |
| Hex Code | 0x1FBBB |
| HTML Code | 🮻 |
| LaTeX | \text{VOIDEDGREEKCROSS} |
| Symbol | 🮻 |
| URL encode (UTF-8 percent) | %F0%9F%AE%BB |
| Spoken / screen reader name | Voided Greek Cross |
| 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}You can type the voided greek cross symbol on most modern devices with the help of following methods:
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>Voided Greek Cross symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |