Bullet (typography)

Typographic mark used to introduce items in a list From Wikipedia, the free encyclopedia

In typography, a bullet is a typographical mark placed before an item in a list. The common round form, , is encoded in Unicode as U+2022 BULLET (•, •).[1] Other glyphs and graphics can also be used as list markers.[1] A list set with these marks is called a bulleted list. An individual entry is often called a bullet point.[2]

InUnicodeU+2022 BULLET (•, •)
Different fromU+00B7 · MIDDLE DOT
U+2219 BULLET OPERATOR
Quick facts •o, In Unicode ...
Bullet
In UnicodeU+2022 BULLET (•, •)
Different from
Different fromU+00B7 · MIDDLE DOT
U+2219 BULLET OPERATOR
Related
See alsoother bullet characters
Close

For example:

  • Milk
  • Eggs
  • Bread
  • Butter

Use and styling

Bullets may take the form of solid or open circles, squares, triangles, dingbats, or other graphics.[1][3] Pointing-hand marks such as , U+261E WHITE RIGHT POINTING INDEX, can also direct attention to an item or passage.[1]

Bulleted lists can contain nested levels. Nested items are usually indented, and typesetting or word-processing software may assign a different bullet form to each level.[4][5]

A bulleted list does not assign numbers to its entries. In HTML, the <ul> element is used for a list in which changing the order of the items would not materially change the meaning. The <ol> element is used when the order is intentional. Individual entries use the <li> element.[6]

Punctuation and capitalization depend on house style. Short fragments may be left without terminal punctuation, while complete sentences may end with periods.[7][8] A list item that completes an introductory sentence may also take a period.[8]

History

The English word bullet comes from Middle French boulette, meaning a small ball, and boulet, meaning a missile. Both derive from boule, meaning ball.[9]

Marks that direct readers toward particular passages predate the modern bullet. The manicule, a pointing-hand mark such as , was written in manuscript margins and was later used in print. It was common in manuscript annotation before the spread of printing and remained in use in early printed books.[10]

A 1950 New York News Type Book used "bullet" for the typographic device and placed bullets in a category called "Accessories", alongside asterisks and check marks. The book did not assign bullets a distinct list function.[11]

The compound noun "bullet point" is attested from 1983 in a book review published in Datamation.[12][2]

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:

  • Technical writing
  • Reference works
  • Notes
  • Presentations

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

Computing

Historical systems

In the original IBM Personal Computer character set, some byte values used for ASCII control codes displayed visible glyphs. Decimal values 7 through 10 displayed , , and .[13] The corresponding Unicode code points U+0007 through U+000A are BELL, BACKSPACE, CHARACTER TABULATION and LINE FEED.[14]

The IBM PC's text modes rendered character codes as bitmap glyphs. The Color Graphics Adapter used 8-by-8-pixel character cells, while the Monochrome Display Adapter used 9-by-14-pixel cells.[15]

Plain-text markup often uses ordinary ASCII characters in place of a literal bullet. CommonMark, a specification for Markdown, accepts *, - and + as bullet-list markers.[16] The earlier Setext markup language used an asterisk followed by a space to mark a bulleted item.[17]

Unicode

U+2022 BULLET is in the General Punctuation block and has the descriptive alias "black small circle". Other Unicode characters have names or annotations that designate them as bullet forms.[18]

More information Character, Code point ...
Bullet-related Unicode characters
Character Code point Unicode name
U+2022 BULLET
U+2023 TRIANGULAR BULLET
U+2043 HYPHEN BULLET
U+204C BLACK LEFTWARDS BULLET
U+204D BLACK RIGHTWARDS BULLET
U+25D8 INVERSE BULLET
U+25E6 WHITE BULLET
U+2619 REVERSED ROTATED FLORAL HEART BULLET
U+2765 ROTATED HEAVY BLACK HEART BULLET
U+2767 ROTATED FLORAL HEART BULLET
U+29BE CIRCLED WHITE BULLET
⦿ U+29BF CIRCLED BULLET
U+25C9 FISHEYE, also used in Japan as a bullet and called tainome[19]
Close

The visually similar is U+2219 BULLET OPERATOR, a separate character in the Mathematical Operators block. U+2022 BULLET is part of General Punctuation.[20] In the Unicode mapping for code page 437, byte F916 maps to U+2219 BULLET OPERATOR.[21]

Web pages

In HTML, an unordered list uses the <ul> element, with each entry placed in an <li> element. Web browsers normally display unordered-list items with disc-shaped markers, though CSS can change their appearance.[6][22] CSS can use another predefined marker, a character, a counter or an image.[3]

The U+2022 character can be written in HTML as &bull; or &bullet;, or with a numeric character reference.[23] These references produce a bullet glyph but do not make the surrounding text a list. HTML list elements give browsers and assistive technologies information about the relationship among the items.[24]

Windows

In Microsoft applications on Windows, a bullet can be entered as Alt+0+1+4+9 on the numeric keypad with Num Lock enabled.[25][26] In Microsoft Word, typing 2022 followed by Alt+X converts the Unicode code point into a bullet.[27]

macOS

In Pages on macOS, ⌥ Option+8 types a bullet.[28]

LaTeX

In LaTeX, the itemize environment creates a bulleted list. Each \item command begins a new entry.[29]

Wiki markup

In MediaWiki markup, an unordered-list item begins with an asterisk. More leading asterisks create nested levels.[30]

Other uses in computing

WordPress navigation menus generated by wp_nav_menu() use an HTML <ul> element by default. A site's CSS can keep, change or remove the list marker.[31][22]

In Microsoft Word, typing an asterisk followed by a space can begin a bulleted list automatically. The bullet symbol, size and formatting can then be changed through the list controls.[32][33]

Other uses

Bullets are also used to conceal characters entered into password fields, a technique known as password masking.[34] For example, password may be displayed as ••••••••.

See also

References

Further reading

Related Articles

Wikiwand AI