| Symbol Name | Hollow Red Circle |
| Unicode Version | 0.6 |
| Unicode | U+2B55 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2B55 |
| Hex Code | 0x2B55 |
| HTML Code | ⭕ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⭕ |
| URL encode (UTF-8 percent) | %E2%AD%95 |
| Spoken / screen reader name | 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}You can type the hollow red circle symbol on most modern devices with the help of following methods:
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>Hollow Red Circle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |