Bullet point
   HOME

TheInfoList



OR:

In
typography Typography is the art and technique of arranging type to make written language legible, readable and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing ( leading), ...
, a bullet or bullet point, , is a typographical symbol or glyph used to introduce items in a
list A ''list'' is any set of items in a row. List or lists may also refer to: People * List (surname) Organizations * List College, an undergraduate division of the Jewish Theological Seminary of America * SC Germania List, German rugby unio ...
. For example: *Point 1 *Point 2 *Point 3 The bullet symbol may take any of a variety of shapes, such as circular, square, diamond or arrow. Typical
word processor A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features. Early word processors were stand-alone devices dedicated to the function, but current ...
software offers a wide selection of shapes and colors. Several regular symbols, such as ( asterisk), (
hyphen The hyphen is a punctuation mark used to join words and to separate syllables of a single word. The use of hyphens is called hyphenation. ''Son-in-law'' is an example of a hyphenated word. The hyphen is sometimes confused with dashes ( figure ...
), (
period Period may refer to: Common uses * Era, a length or span of time * Full stop (or period), a punctuation mark Arts, entertainment, and media * Period (music), a concept in musical composition * Periodic sentence (or rhetorical period), a concept ...
), 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 An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by Tim Berners-Lee in 1993 ...
", because the list items are not arranged in numerical order (as they would be in a numbered list). Usually, bullet points are used to list things.


"Bullet points"

Items—known as "bullet points"—may be short phrases, single sentences, or of
paragraph A paragraph () is a self-contained unit of discourse in writing dealing with a particular point or idea. Though not required by the orthographic conventions of any language with a writing system, paragraphs are a conventional means of organizing e ...
length. Bulleted items are not usually terminated with a full stop unless they are complete sentences. In some cases, however, the style guide for a given publication may call for every item except the last one in each bulleted list to be terminated with a
semicolon The semicolon or semi-colon is a symbol commonly used as orthographic punctuation. In the English language, a semicolon is most commonly used to link (in a single sentence) two independent clauses that are closely related in thought. When a ...
, and the last item with a full stop. It is correct to terminate any bullet point with a full stop if the text within that item consists of one full sentence or more. Bullet points are usually used to highlight list elements.


Example of use for a bullet point list

Take for example this arbitrarily chosen statement ''"Bullets are most often used in technical writing, reference works, notes, and presentations"''. This statement may be presented using bullets or other techniques: * Technical writing * Reference works * Notes * Presentations 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 . A variant, the bullet operator () is used as a math symbol, akin to the
dot operator Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being ad ...
. Specifically, in logic, means
logical conjunction In logic, mathematics and linguistics, And (\wedge) is the truth-functional operator of logical conjunction; the ''and'' of a set of operands is true if and only if ''all'' of its operands are true. The logical connective that represents thi ...
. It is the same as saying "x and y" (see also
List of logic symbols In logic, a set of symbols is commonly used to express logical representation. The following table lists many common symbols, together with their name, how they should be read out loud, and the related field of mathematics. Additionally, the subs ...
).


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 Text mode is a computer display mode in which content is internally represented on a computer screen in terms of characters rather than individual pixels. Typically, the screen consists of a uniform rectangular grid of ''character cells'', each ...
since early IBM PCs with MDA–CGA–EGA
graphic adapter A graphics card (also called a video card, display card, graphics adapter, VGA card/VGA, video adapter, display adapter, or mistakenly GPU) is an expansion card which generates a feed of output images to a display device, such as a computer moni ...
s, because built-in screen fonts contained such forms at code points 7–10. These were not true
characters Character or Characters may refer to: Arts, entertainment, and media Literature * ''Character'' (novel), a 1936 Dutch novel by Ferdinand Bordewijk * ''Characters'' (Theophrastus), a classical Greek set of character sketches attributed to The ...
because such points belong to the
C0 control codes The C0 and C1 control code or control character sets define control codes for use in text by computer systems that use ASCII and derivatives of ASCII. The codes represent additional information about the text, such as the position of a cursor, ...
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 Setext (Structure Enhanced Text) is a lightweight markup language used to format plain text documents such as e-newsletters, Usenet postings, and e-mails. In contrast to some other markup languages (such as HTML), the markup is easily readable w ...
and
wiki A wiki ( ) is an online hypertext publication collaboratively edited and managed by its own audience, using a web browser. A typical wiki contains multiple pages for the subjects or scope of the project, and could be either open to the pub ...
engines.


In Unicode

There are a variety of
Unicode Unicode, formally The Unicode Standard,The formal version reference is is an information technology standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems. The standard, wh ...
bullet characters, including: * * * * * * for use in mathematical notation primarily as a
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a scalar as a result". It is also used sometimes for other symmetric bilinear forms, for example in a pseudo-Euclidean space. is an alge ...
instead of interpunct. * * * * * ; see
Fleuron (typography) A fleuron (;), also known as printers' flower, is a typographic element, or glyph, used either as a punctuation mark or as an ornament for typographic compositions. Fleurons are stylized forms of flowers or leaves; the term derives from the fro, ...
* * ; see
Fleuron (typography) A fleuron (;), also known as printers' flower, is a typographic element, or glyph, used either as a punctuation mark or as an ornament for typographic compositions. Fleurons are stylized forms of flowers or leaves; the term derives from the fro, ...
* *


In web pages

To create bulleted list items for a web page, the markup language
HTML The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaSc ...
provides the list tag
  • . Each list tag inside an
    unordered list An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by Tim Berners-Lee in 1993 ...
    will generate one bulleted list item.


    In Windows

    When using the US keyboard, a bullet point character can be produced by pressing 7 on the
    numpad A numeric keypad, number pad, numpad, or ten key, is the palm-sized, usually-17-key section of a standard computer keyboard, usually on the far right. It provides calculator-style efficiency for entering numbers. The idea of a 10-key n ...
    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 Latex is an emulsion (stable dispersion) of polymer microparticles in water. Latexes are found in nature, but synthetic latexes are common as well. In nature, latex is found as a milky fluid found in 10% of all flowering plants (angiosperms ...
    provides the item tag \item . Each item tag inside an itemized list will generate one bulleted list item.


    Wiki markup

    A list item on a wiki page is indicated using one or more leading asterisks in
    wiki markup A wiki ( ) is an online hypertext publication Collaborative editing, collaboratively edited and managed by its own audience, using a web browser. A typical wiki contains multiple pages for the subjects or scope of the project, and could be ...
    as well as in many other
    wiki A wiki ( ) is an online hypertext publication collaboratively edited and managed by its own audience, using a web browser. A typical wiki contains multiple pages for the subjects or scope of the project, and could be either open to the pub ...
    s.


    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 WordPress (WP or WordPress.org) is a free and open-source content management system (CMS) written in hypertext preprocessor language and paired with a MySQL or MariaDB database with supported HTTPS. Features include a plugin architecture ...
    themes. It is also used by text editors, like
    Microsoft Word Microsoft Word is a word processor, word processing software developed by Microsoft. It was first released on October 25, 1983, under the name ''Multi-Tool Word'' for Xenix systems. Subsequent versions were later written for several other pla ...
    , to create lists.


    References


    Further reading

    * Digitized 2007-12-20 by University of Michigan Libraries.


    External links

    * {{DEFAULTSORT:Bullet (Typography) Punctuation Typographical symbols