| Symbol Name | White Circle |
| Unicode Version | 0.6 |
| Unicode | U+26AA |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26AA |
| Hex Code | 0x26AA |
| HTML Code | ⚪ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚪ |
| URL encode (UTF-8 percent) | %E2%9A%AA |
| Discord / Slack shortcode | :white_circle: |
| GitHub shortcode | :white_circle: |
| Spoken / screen reader name | White Circle |
| UTF-8 | E2 9A AA |
| UTF-16 | 26AA |
| UTF-32 | 000026AA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the white 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 "white circle".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "white circle".
Emoji keyboard → Symbols; search "white circle".
1span.white-circle-emoji::before { content: "\26AA"; } /* prefer inline grapheme for ZWJ */1<span>⚪</span>White Circle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26AA' or String.fromCodePoint(9898) |
| Python | '\N{WHITE CIRCLE}' |
| Rust | '\u{26AA}' |
| Swift | "\u{26AA}" |
| Go | string(rune(0x26AA)) |
| Ruby | "\u{26AA}" |