U+2022
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | AltGr + Shift + 8 |
| Windows | Uk | AltGr + 8 |
| Windows | German | AltGr + Shift + 8 |
| macOS | Us | Option + 8 |
| macOS | Uk | Option + Shift + 8 |
| macOS | German | Option + Shift + 8 |
| Application | How to insert Bullet |
|---|---|
| Windows (any app) | Hold Alt and type 7 on the numeric keypad |
| Microsoft Word | Type 2022, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(8226) |
| Google Docs | Insert → Special characters, then search "bullet" |
| HTML | • or • |
| CSS (content property) | content: "\2022" |
| JavaScript | "\u2022" |
The bullet character is a typographical symbol used to introduce items in a list.
Used for unordered list items, table of contents entries, and to separate inline elements. Example: Item 1 • Item 2 • Item 3.