Bullet (typography) explained

Mark:
Bullet
See Also:other types of bullet symbols, listed below
Different From:

In typography, a bullet or bullet point,, is a typographical symbol or glyph used to introduce items in a list. For example:

The bullet symbol may take any of a variety of shapes, such as circular, square, diamond or arrow. Typical word processor software offers a wide selection of shapes and colors. Several regular symbols, such as (asterisk), (hyphen), (period), and even (lowercase Latin letter O), are conventionally used in ASCII-only text or other environments where bullet characters are not available. Historically, the index symbol (representing a hand with a pointing index finger) was popular for similar uses.

Lists made with bullets are called bulleted lists. The HTML element name for a bulleted list is "unordered list", because the list items are not arranged in numerical order (as they would be in a numbered list).

"Bullet points"

History

The 1950 New York News Type Book is credited as the first style guide to include a defined use for bullets. The Type Book described it as a typographic device to be used as an "Accessory" alongside asterisks, checks, and other marks available to people making advertisements for the News. The book "neither discusses the function of bullets in advertisements nor distinguishes them from any of the other items in the 'accessories' category", but can be seen to use them as a form of dinkus in an advertising panel.[3]

Modern use

Example: "Bullets are often used in technical writing, reference works, notes, and presentations". This statement may be presented using bullets or other techniques.

Bullets are often used in:

Alternatives to bulleted lists are numbered lists and outlines (lettered lists, hierarchical lists). They are used where either the order is important or to label the items for later referencing.

Other uses

The glyph is sometimes used as a way to hide passwords or confidential information. For example, the credit card number might be displayed as .

Bullet operator

A variant, the bullet operator has a unicode code-point but its purpose does not appear to be documented. The glyph was transposed into Unicode from the original IBM PC character set, Code page 437, where it had the code-point F916 (24910).[4]

Computer usage

There have been different ways to encode bullet points in computer systems.

In historical systems

Glyphs such as, and their reversed variants, became available in text mode since early IBM PCs with MDA–CGA–EGA graphic adapters, because built-in screen fonts contained such forms at code points 7–10. These were not true characters because such points belong to the C0 control codes range; therefore, these glyphs required a special way to be placed on the screen (see code page 437 for discussion).

Prior to the widespread use of word processors, bullets were often denoted by an asterisk; several word processors automatically convert asterisks to bullets if used at the start of line. This notation was inherited by Setext and wiki engines.

In Unicode

There are a variety of Unicode bullet characters, including:

In web pages

To create bulleted list items for a web page, the markup language HTML provides the list tag . The browser will display one bulleted list item for each item in an unordered list.

In Windows

When using the US keyboard, a bullet point character can be produced by pressing 7 on the numpad while keeping Alt pressed.

In MacOS

When using the US keyboard, a bullet point character can be produced by pressing 8 while keeping Option(Alt) pressed.

In LaTeX

To create bulleted list items for a document, the markup language LaTeX provides the item tag <nowiki>\item </nowiki>. Each item tag inside an itemized list will generate one bulleted list item.[5]

Wiki markup

A list item on a wiki page is indicated using one or more leading asterisks in wiki markup as well as in many other wikis.[6]

Other uses in computing

The bullet is often used for separating menu items, usually in the footer menu. It is common, for example, to see it in latest website designs and in many WordPress themes. It is also used by text editors, like Microsoft Word, to create lists.

Further reading

Notes and References

  1. Web site: Bullet Points: What, Why, and How to Use Then. Content and Commas . 15 January 2022.
  2. Web site: Using Bullet Points . merriam-webster.com . Merriam Webster . 19 January 2025.
  3. Neeley . Kathryn . Alley . Michael . June 2011 . The Humble History of the "Bullet" . 2011 ASEE Annual Conference & Exposition . Vancouver, BC . 22–1462.1–22.1462.14 . 10.18260/1-2--18810 . 2025-01-02.
  4. Web site: cp437_DOSLatinUS to Unicode table . TXT . . Shawn . Steele . 2.00 . 1996-04-24 . 2011-11-14.
  5. Web site: LaTeX - List Structures . Wikibooks . 23 February 2018.
  6. Web site: Help:Formatting . MediaWiki . 23 February 2018. MediaWiki .