| Nome del simbolo | Hollow Red Circle |
| Versione Unicode | 0.6 |
| Unicode | U+2B55 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2B55 |
| Codice esadecimale | 0x2B55 |
| Codice HTML | ⭕ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⭕ |
| Codifica URL (percentuale UTF-8) | %E2%AD%95 |
| Nome parlato / screen reader | Hollow Red Circle |
| UTF-8 | E2 AD 95 |
| UTF-16 | 2B55 |
| UTF-32 | 00002B55 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo hollow red circle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "hollow red circle".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "hollow red circle".
Emoji keyboard → Symbols; search "hollow red circle".
1span.hollow-red-circle::before { content: "\2B55"; } /* prefer inline grapheme for ZWJ */1<span>⭕</span>La rappresentazione del simbolo Hollow Red Circle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2B55' or String.fromCodePoint(11093) |
| Python | '\N{HOLLOW RED CIRCLE}' |
| Rust | '\u{2B55}' |
| Swift | "\u{2B55}" |
| Go | string(rune(0x2B55)) |
| Ruby | "\u{2B55}" |