Bullet (typography)
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (December 2007) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
•
|
---|
apostrophe ( ’ ' ) |
Interword separation |
spaces ( ) ( ) ( ) |
General typography |
ampersand ( & ) |
Uncommon typography |
asterism ( ⁂ ) |
In typography, a bullet is a typographical symbol or glyph used to introduce items in a list, like below, also known as the point of a bullet:
- This is the text of a list item. Notice the bullet to the left.
- This is a different list item, and so there is another bullet.
This line is part of the second list item; there is no bullet. - This is a third list item. There is a new bullet.
Bullets are most often used in technical writing or reference works to introduce a series of related items. They may be short phrases or of paragraph length. The main point is that all need to be tied together under a general heading. Bulleted items, commonly called "bullets", are not usually terminated with a full stop if they are not complete sentences, although it is also a common practice (for example, in Portugal) to terminate every item except the last one with a semicolon. It is correct to terminate a bullet point with a full stop under circumstances where more than one sentence makes up the contents of the bullet point.
The bullet corresponds to Unicode character 0x2022. In HTML, the codes • and • give • and •, respectively, but semantics requires that bulleted items be achieved with the appropriate use of the <li> tag inside an unordered list (<ul>). Unicode also defines a triangular bullet ‣ (U+2023).
It is likely that the name 'bullet point' originated from the resemblance of the mark to a bullet.
Bullets are not limited in shape to a black dot, as displayed above. A typical word processor, such as Microsoft Word, offers a variety of shapes including diamonds, check marks, and arrows; many in full color. Of course, when writing by hand, bullets may be drawn in any style.
Prior to widespread use of word processors, bullets were often denoted by asterisks, and several word processors automatically convert asterisks to bullets if used at the start of line.
A number of regular symbols are conventionally used as bullets in text-based systems, such as - (dash), * (asterisk), . (period), and even o (lowercase O). When saving or copying HTML bullets into text format, Mozilla Firefox saves bullets as asterisk, lowercase O, plus, and number sign in order of bullet depth. The asterisk (*) is used to indicate bulleted list items in Wikipedia markup as well as in many other Wikis.[1]
On Macintosh OS, press option+8 for a bullet, option-shift+9 for a midpoint (sometimes called periodcentered).
On many windows systems (or more); Press and hold Alt while typing 0149 (Alt+0149) inserts a • or Press and hold Alt while typing 7 on the keypad for a • (midpoint (sometimes called periodcentered)) which is often used as a bullet point). This method of entering text is called an Alt Code.
GTK+ applications on Linux support the ISO 14755-conformant hex unicode input system; hold Control and Shift while tapping U, then type 2022 and press Enter to insert a • or hold Control and Shift while tapping U, then type b7 and press Enter to insert a midpoint.