How to Type a Bullet Point

Copy •, compare distinct bullet characters, and learn when to insert a glyph or apply list formatting in Word and Google Docs.

T

Technobezz Editorial

Editorial Team

Aug 24, 2026
6 min read

Copy a bullet character

Use U+2022 • for the standard literal bullet and choose a variant only when its distinct identity is intended.

  • Bullet

    U+2022

    Also called bullet point, black small circle

  • Bullet operator

    U+2219

    Also called mathematical bullet

  • Middle dot

    U+00B7

    Also called center dot

  • Hyphen bullet

    U+2043

    Also called hyphenated bullet

  • White bullet

    U+25E6

    Also called hollow bullet

Choose a copy button to place a character on the clipboard.

Ways to insert bullets and format lists

Literal-character methods insert U+2022; list commands apply paragraph or document structure instead.
PlatformMethod
Microsoft Word on Windows

Insert a literal U+2022 bullet

Alt plus X
  1. Type 2022 where the character should appear.
  2. Press Alt and X.
2022, then Alt+X

This inserts a character and does not apply bulleted-list formatting.

Microsoft Word

Create a formatted bulleted list

  1. At the start of a new line, type an asterisk.
  2. Press Space and type the first item.
  3. Press Enter for the next item or until list formatting switches off.
* then Space

You can also select text and choose Home then Bullets. Marker styles can vary.

Windows

Character Map for a literal bullet

  1. Open Character Map.
  2. Choose a font containing •.
  3. Select and copy the bullet, then paste it.

Character Map does not create list formatting.

macOS

Character Viewer for a literal bullet

  1. Press Fn-E or Globe-E, or choose Edit then Emoji & Symbols.
  2. Search for bullet by name.
  3. Select • to insert it.

Check the name or code when several dot-like symbols appear.

ChromeOS

Symbol picker for a literal bullet

Search plus Shift plus Space
  1. Open the picker with Search-Shift-Space or by right-clicking a text field and choosing Emoji.
  2. Select Symbols and then Bullet/Stars.
  3. Choose •.

This inserts the chosen symbol, not a formatted list.

Google Docs and Slides

Special characters for a literal bullet

  1. Choose Insert, Symbols, and Special characters.
  2. Find U+2022 by category, Unicode value, or drawing.
  3. Select • to insert it.

Google's direct special-character flow covers Docs and Slides, not Sheets.

Google Docs on Windows and ChromeOS

Apply bulleted-list formatting

Ctrl plus Shift plus 8
  1. Place the cursor in the paragraph or select the target paragraphs.
  2. Press Ctrl, Shift, and 8.
Ctrl+Shift+8

This starts or changes to a formatted bulleted list.

Google Docs on Mac

Apply bulleted-list formatting

Command plus Shift plus 8
  1. Place the cursor in the paragraph or select the target paragraphs.
  2. Press Command, Shift, and 8.
Command+Shift+8

This is list formatting, not literal U+2022 insertion.

HTML text

Literal bullet or character reference

•, •, •, •, or •

Use this only when the character itself belongs in the text.

HTML unordered list

Semantic list markup

<ul><li>First item</li><li>Second item</li></ul>

Use ul and li for list structure instead of manually prefixing lines with •.

Word hexadecimal Alt+X conversionA three-step Microsoft Word flow from hexadecimal Unicode text through Alt+X to Bullet.MICROSOFT WORDConvert hexadecimal text with Alt+XThis is Word’s Unicode conversion, not a decimal Windows Alt code.
Word hexadecimal Alt+X conversionWord converts selected hexadecimal Unicode text with Alt+X to Bullet. This is separate from decimal Windows Alt-numpad input.

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Copy • from the panel above when you need a literal bullet character. When you need a working list, apply bulleted-list formatting in Word, Google Docs, or HTML instead of manually adding • to the start of each line.

Identify the bullet character

Unicode names • BULLET and assigns it U+2022 in the General Punctuation block. Several dot-like characters are separate identities: ∙ is U+2219 BULLET OPERATOR, · is U+00B7 MIDDLE DOT, ⁃ is U+2043 HYPHEN BULLET, and ◦ is U+25E6 WHITE BULLET.

Do not identify a character by apparent size alone because fonts can draw these glyphs differently. Check the code point and intended role. Use U+2022 for the standard literal bullet, U+2219 for its mathematical operator identity, U+00B7 for a middle dot, U+2043 for a hyphen bullet, and U+25E6 when the text specifically calls for a white bullet.

Choose a literal bullet or list formatting

A literal • is one text character. It is useful in a short inline separator, a plain-text field, source data, or any place that requires that exact code point.

List formatting is an app or document feature. It manages list items, indentation, continuation when Enter is pressed, and selectable marker styles. Use it for actual lists. The displayed round marker should not be treated as proof that the document stores a literal U+2022 at the start of each paragraph.

Insert a literal • in Microsoft Word

Type 2022 at the insertion point and press Alt-X. Microsoft documents Word's general Unicode conversion as entering a hexadecimal character code and pressing Alt-X; Unicode establishes that 2022 is the value for BULLET.

If Word includes an adjacent hexadecimal character in the conversion, select only 2022 and press Alt-X. This inserts the character for text use and is different from applying Word's Bullets command.

Create a formatted bulleted list in Word

At the beginning of a new line, type an asterisk and a space. Word automatically starts a bulleted list. You can also select existing text and choose Home and then Bullets. Press Enter until the list formatting switches off when the list is complete.

Use this route when paragraphs should behave as list items. Word lets you choose different marker styles from the Bullets menu, so the visual marker is part of list formatting rather than a guarantee of one fixed Unicode character.

Copy • with Windows Character Map

Open Character Map, choose a font containing the bullet, select •, copy it, and paste it into the destination app. Character Map is a literal-character method and does not create list formatting.

Insert • on a Mac

Press Fn-E or Globe-E to open Character Viewer, or choose Edit and then Emoji & Symbols. Search for bullet by name, inspect the result, and select •. Apple documents the viewer for browsing and entering symbols and other characters.

Insert • on a Chromebook

Right-click in a text field and choose Emoji, or press Search-Shift-Space. Select Symbols, open the Bullet/Stars category, and choose •. Check the glyph and code point when the picker offers several dot-like symbols.

Use bullets in Google Docs

For one literal glyph in Docs or Slides, choose Insert, Symbols, and Special characters, then find U+2022 by category, Unicode value, or drawing. Google's direct special-character picker does not apply to Sheets, where copy and paste is the documented alternative.

For a formatted list in Google Docs, press Ctrl-Shift-8 on Windows or ChromeOS, or Command-Shift-8 on Mac. Google documents these commands as starting or changing to a bulleted list. Typing an asterisk followed by a space at the beginning of a paragraph is another documented list-formatting trigger.

Use bullets and lists in HTML

A UTF-8 HTML document can contain • directly. WHATWG defines both &bull; and &bullet; for U+2022. Decimal &#8226; and hexadecimal &#x2022; represent the same character.

For an unordered list on a web page, use semantic <ul> markup with <li> children. WHATWG defines ul as a list whose item order is not important. A manually typed • can look like a marker, but it does not replace the list structure.

Fix the wrong bullet or list behavior

  1. 1.Compare the code point with U+2022 if the dot looks too small, hollow, or mathematically aligned.
  2. 2.Use Word's 2022 Alt-X conversion, Character Map, Character Viewer, a symbol picker, or direct copy for one literal character.
  3. 3.Use Word's Bullets command or Google Docs Ctrl-Shift-8 or Command-Shift-8 for list formatting.
  4. 4.If an asterisk and space unexpectedly starts a list, recognize that the app applied automatic formatting rather than inserting only •.
  5. 5.Use ul and li in HTML when the content is a true unordered list.
  6. 6.Remember that an HTML character reference can appear literally in a plain-text field because it is HTML source syntax, not a system-wide typing shortcut.

Common questions

Are • and · the same character?

No. • is U+2022 BULLET and · is U+00B7 MIDDLE DOT. ∙ BULLET OPERATOR, ⁃ HYPHEN BULLET, and ◦ WHITE BULLET are distinct too.

Does inserting U+2022 create a formatted list?

No. It inserts a literal character. Apply the app's list command when you want automatic continuation, indentation, and list-item behavior.

Should an HTML list use repeated • characters?

No. Use ul with li elements for an unordered list. Use the literal character or its reference only when the bullet itself is part of the text.

Official references

Share

Related symbols

Continue with another copy-and-type reference.

More symbol and keyboard help