Asterisk

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
*
Asterisk
Punctuation
apostrophe  '
brackets [ ]  ( )  { }  ⟨ ⟩
colon :
comma ,  ،  
dash ‒  –  —  ―
ellipsis  ...  . . .      
exclamation mark !
full stop, period .
guillemets ‹ ›  « »
hyphen
hyphen-minus -
question mark ?
quotation marks ‘ ’  “ ”  ' '  " "
semicolon ;
slash, stroke, solidus /    
Word dividers
interpunct ·
space     
General typography
ampersand &
asterisk *
at sign @
backslash \
basis point
bullet
caret ^
dagger † ‡ ⹋
degree °
ditto mark ” 〃
equals sign =
inverted exclamation mark ¡
inverted question mark ¿
komejirushi, kome, reference mark
multiplication sign ×
number sign, pound, hash #
numero sign
obelus ÷
ordinal indicator º ª
percent, per mil % ‰
pilcrow
plus, minus + −
plus-minus, minus-plus ± ∓
prime    
section sign §
tilde ~
underscore, understrike _
vertical bar, pipe, broken bar |    ¦
Intellectual property
copyright ©
copyleft 🄯
sound-recording copyright
registered trademark ®
service mark
trademark
Currency
currency sign ¤

؋฿¢$֏ƒ£元 圆 圓 ¥

Uncommon typography
asterism
fleuron, hedera
index, fist
interrobang
irony punctuation
lozenge
tie
Related
In other scripts

An asterisk (*); from Late Latin asteriscus, from Ancient Greek ἀστερίσκος, asteriskos, "little star",[1][2] is a typographical symbol or glyph. It is so called because it resembles a conventional image of a star.

Computer scientists and mathematicians often vocalize it as star (as, for example, in the A* search algorithm or C*-algebra). In English, an asterisk is usually five-pointed in sans-serif typefaces, six-pointed in serif typefaces,[citation needed] and six- or eight-pointed when handwritten. It is often used to censor offensive words, and on the Internet, to indicate a correction to a previous message.

In computer science, the asterisk is commonly used as a wildcard character, or to denote pointers, repetition, or multiplication.

History[edit]

The asteriskos used in an early Greek papyrus.
Early asterisks seen in the margin of Greek papyrus.

The asterisk derives from the two thousand year old character used by Aristarchus of Samothrace called the asteriskos, ※, which he used when proofreading Homeric poetry to mark lines that were duplicated.[3] Origen is known to have also used the asteriskos to mark missing Hebrew lines from his Hexapla.[4] The asterisk evolved in shape over time, but its meaning as a symbol used to correct defects remained.

In the Middle Ages, the asterisk was used to emphasize a particular part of text, often linking those parts of the text to a marginal comment.[5] However, an asterisk was not always used.

One hypothesis to the origin of the asterisk is that it stems from the five thousand year old Sumerian character dingir, 𒀭,[6] though this hypothesis seems to only be based on visual appearance.[7]

Usage[edit]

Censorship[edit]

When toning down expletives, asterisks are often used to replace letters. For example, the word 'fuck' might become 'f**k', 'f*ck' or even '****'.[8] Vowels tend to be censored with an asterisk more than consonants, but the intelligibility of censored profanities with multiple syllables such as b*ll*cks (bollocks) or uncommon ones is higher if put in context with surrounding text.[9]

Competitive sports and games[edit]

In colloquial usage, an asterisk is used to indicate that a record is somehow tainted by circumstances, which are putatively explained in a footnote referenced by the asterisk.[10]

Baseball[edit]

The usage of the term in sports arose after the 1961 baseball season in which Roger Maris of the New York Yankees broke Babe Ruth's 34-year-old single-season home run record. Because Ruth had amassed 60 home runs in a season with only 154 games, compared to Maris's 61 over 162 games, baseball commissioner Ford Frick announced that Maris's accomplishment would be recorded in the record books with an explanation (often referred to as "an asterisk" in the retelling). In fact, Major League Baseball had no official record book at the time, but the stigma remained with Maris for many years, and the concept of a real or figurative asterisk denoting less-than-official records has become widely used in sports and other competitive endeavors. A 2001 TV movie about Maris's record-breaking season was called 61* (pronounced sixty-one asterisk) in reference to the controversy.

The controversy over season length in relation to home run records had somewhat subsided by the time Hank Aaron broke Ruth's career home run record in 1974 (although Aaron received an even larger volume of hate mail and death threats which in his case often focused on race). Maris's single season mark was broken in 1998 by Mark McGwire and Sammy Sosa, who both broke it in under 154 games. McGwire's record of 70 home runs was later eclipsed by Barry Bonds, who set the current mark of 73 home runs in the 2001 season. However, these players' accomplishments were soon questioned after evidence surfaced suggesting all three might have been taking advantage of MLB's then-lax policies related to the use of performance-enhancing drugs.

Fans were especially critical of Bonds and invoked the asterisk notion during the 2007 season, as he approached and later broke Hank Aaron's career home run record.[11] Opposing fans would often hold up signs bearing asterisks whenever Bonds came up to bat. After Bonds hit his record-breaking 756th home run on August 7, 2007, fashion designer and entrepreneur Marc Ecko purchased the home run ball from the fan who caught it, and ran a poll on his website to determine its fate. On September 26, Ecko revealed on NBC's Today show that the ball will be branded with an asterisk and donated to the Baseball Hall of Fame. The ball, marked with a die-cut asterisk, was finally delivered to the hall on July 2, 2008 after Marc Ecko unconditionally donated the artifact rather than loaning it to the hall as originally intended.

  • In recent years, the asterisk has come into use on baseball scorecards to denote a "great defensive play."[12]

Usage in anti-doping campaigns[edit]

  • By the end of the first decade of the 21st century, the association of baseball and its records with doping had become so notorious that the term "asterisk" had become firmly associated with doping in sport. In February 2011 the United States Olympic Committee and the Ad Council launched an anti-steroid campaign called "Play Asterisk Free"[13] aimed at teens. The campaign, whose logo uses a heavy asterisk, first launched in 2008 under the name Don't Be An Asterisk.[14]

Cricket[edit]

  • In cricket, it signifies a total number of runs scored by a batsman without losing his wicket; e.g. 107* means '107 not out'.
  • Where only the scores of the two batsmen that are currently in are being shown, an asterisk following a batsman's score indicates that he is due to face the next ball to be delivered.
  • When written before a player's name on a scorecard, it indicates the captain of the team.
  • It is also used on television when giving a career statistic during a match. For example, 47* in a number of matches column means that the current game is the player's 47th.

Computing[edit]

Computer science[edit]

Computer interfaces[edit]

  • In some command line interfaces, such as the Unix shell and Microsoft's CMD, the asterisk is the wildcard character and stands for any string of characters. This is also known as a wildcard symbol. A common use of the wildcard is in searching for files on a computer. For instance, if a user wished to find a document called Document 1, search terms such as Doc* and D*ment* would return this file. Document* would also return any file that begins with Document.
  • In some graphical user interfaces an asterisk is pre- or appended to the current working document name shown in a window's title bar to indicate that unsaved changes exist. In many computing and Internet applications an asterisk, or another character, is displayed to indicate that a character of a password or other confidential information has been entered, without the risk of displaying the actual character.
  • In Commodore (and related) filesystems, an asterisk appearing next to a filename in a directory listing denotes an improperly closed file, commonly called a "splat file."
  • In travel industry Global Distribution Systems, the asterisk is the display command to retrieve all or part of a Passenger Name Record.
  • In HTML web forms, an asterisk can be used to denote required fields.
  • Chat Room etiquette calls on one asterisk to correct a misspelled word that has already been submitted. For example, one could post lck, then follow it with *luck or luck* (the placement of the * on the left or right is a matter of personal style) to correct the word's spelling, or if it's someone else that notices the mistake, they might also use *luck or luck*.[15]
    • Enclosing a phrase between two asterisks is used to denote an action the user is "performing", e.g. *pulls out a paper*, although this usage is also common on forums, and less so on most chat rooms due to /me or similar commands. Hyphens (-action-) and double colons (::action::) as well as the operator /me are also used for similar purposes.
Adding machines and printing calculators[edit]
  • Some international models of adding machines and printing calculators use the asterisk to denote the total, or the terminal sum or difference of an addition or subtraction sequence, respectively, sometimes on the keyboard where the total key is marked with an asterisk and sometimes a capital T, and on the printout.

Programming languages[edit]

Many programming languages and calculators use the asterisk as a symbol for multiplication. It also has a number of special meanings in specific languages, for instance:

  • In some programming languages such as the C, C++, and Go programming languages, the asterisk is used to dereference or to declare a pointer variable.
  • In the Common Lisp programming language, the names of global variables are conventionally set off with asterisks, *LIKE-THIS*.
  • In the Ada, Fortran, Perl, Python, Ruby programming languages, in some dialects of the Pascal programming language, and many others, a double asterisk is used to signify exponentiation: 5**3 is 53 or 125.
  • In the Perl programming language, the asterisk is used to refer to the typeglob of all variables with a given name.
  • In the programming languages Ruby and Python, * has two specific uses. First, the unary * operator applied to a list object inside a function call will expand that list into the arguments of the function call. Second, a parameter preceded by * in the parameter list for a function will result in any extra positional parameters being aggregated into a tuple (Python) or array (Ruby), and likewise a parameter preceded by ** will result in any extra keyword parameters being aggregated into a dictionary (Python) or hash (Ruby).
  • In the APL language, the asterisk represents the exponential and exponentiation functions.
  • In IBM Job Control Language, the asterisk has various functions, including in-stream data in the DD statement, the default print stream as SYSOUT=*, and as a self-reference in place of a procedure step name to refer to the same procedure step where it appears.
  • In Haskell, the asterisk represents the set of well-formed, fully applied types; that is, a 0-ary kind of types.

Comments in programming languages[edit]

In the B programming language and languages that borrow syntax from it, such as C, PHP, Java, or C#, comments in the source code (for information to people, ignored by the compiler) are marked by an asterisk combined with the slash:

/* This section displays message if user input was not valid
   (comment ignored by compiler) */

Some Pascal-like programming languages, for example, Object Pascal, Modula-2, Modula-3, and Oberon, as well as several other languages including ML, Wolfram Language (Mathematica), AppleScript, OCaml, Standard ML, and Maple, use an asterisk combined with a parenthesis:

(* Do not change this variable - it is used later
   (comment ignored by compiler) *)

CSS, while not a programming language, also uses the slash-star comment format.

body {
  /* This ought to make the text more readable for far-sighted people */
  font-size: 24pt;
}

Each computing language has its own way of handling comments; "/* ... */" and similar notations are not universal.

Economics[edit]

  • In economics, the use of an asterisk after a letter indicating a variable such as price, output, or employment indicates that the variable is at its optimal level (that which is achieved in a perfect market situation). For instance, p* is the price level p when output y is at its corresponding optimal level of y*.
  • Also in international economics asterisks are commonly used to denote economic variables in a foreign country. So, for example, "p" is the price of the home good and "p*" is the price of the foreign good, etc.

Education[edit]

  • In the GCSE and A-Level examinations in the United Kingdom and the PSLE in Singapore, A* ("A-star") is a special top grade that is distinguished from grade A. (This will phase out starting from 2021)
  • In the Hong Kong Diploma of Secondary Education (HKDSE) examination in Hong Kong, 5** (5-star-star) and 5* (5-star) are two special top grades that are distinguished from Level 5. Level 5** is the highest level a candidate can attain in HKDSE.

Fluid mechanics[edit]

In fluid mechanics an asterisk in superscript is sometimes used to mean a property at sonic speed.[16]

Games[edit]

  • Certain categories of character types in role-playing games are called splats, and the game supplements describing them are called splatbooks. This usage originated with the shorthand "*book" for this type of supplement to various World of Darkness games, such as Clanbook: Ventrue (for Vampire: The Masquerade) or Tribebook: Black Furies (for Werewolf: The Apocalypse), and this usage has spread to other games with similar character-type supplements. For example, Dungeons & Dragons Third Edition has had several lines of splatbooks: the "X & Y" series including Sword & Fist and Tome & Blood prior to the "3.5" revision, the "Complete X" series including Complete Warrior and Complete Divine, and the "Races of X" series including Races of Stone and Races of the Wild.
  • In many MUDs and MOOs, as well as "male", "female", and other more esoteric genders, there is a gender called "splat", which uses an asterisk to replace the letters that differ in standard English gender pronouns. For example, h* is used rather than him or her. Also, asterisks are used to signify doing an action, for example, "*action*".
  • Game show producer Mark Goodson used a six-pointed asterisk as his trademark. It is featured prominently on many set pieces from The Price Is Right.
  • Scrabble players put an asterisk after a word to indicate that an illegal play was made.[17]

Human genetics[edit]

  • In human genetics, * is used to denote that someone is a member of a haplogroup and not any of its subclades (see * (haplogroup)).

Linguistics[edit]

In linguistics, an asterisk is placed before a word or phrase to indicate that it is not used, or there are no records of it being in use. This is used in several ways depending on what is being discussed.

Historical linguistics[edit]

In historical linguistics, the asterisk marks words or phrases that are not directly recorded in texts or other media, and that are therefore reconstructed on the basis of other linguistic material (see also comparative method).

In the following example, the Proto-Germanic word ainlif is a reconstructed form.

  • *ainlifendleofaneleven

A double asterisk indicates a form that would be expected according to a rule, but is not actually found. That is, it indicates a reconstructed form that is not found or used, and in place of which another form is found in actual usage:

  • For the plural, **kubar would be expected, but separate masculine plural akābir أكابر and feminine plural kubrayāt كبريات are found as irregular forms.

Ungrammaticality[edit]

In most areas of linguistics, but especially in syntax, an asterisk in front of a word or phrase indicates that the word or phrase is not used because it is ungrammatical.

  • wake her up / *wake up her

An asterisk before a parenthesis indicates that the lack of the word or phrase inside is ungrammatical, while an asterisk after the opening bracket of the parenthesis indicates that the existence of the word or phrase inside is ungrammatical.

  • go *(to) the station - Here, "go the station" would be ungrammatical.
  • go (*to) home - Here, "go to home" would be ungrammatical.
Ambiguity[edit]

Since a word marked with an asterisk could mean either "unattested" or "impossible", it is important in some contexts to distinguish these meanings. In general, authors retain asterisks for "unattested", and prefix ˣ, **, †, or a superscript "?" for the latter meaning.[citation needed] An alternative is to append the asterisk (or another symbol, possibly to differentiate between even more cases) at the end.[citation needed]

Optimality Theory[edit]

In Optimality Theory, asterisks are used as "violation marks" in tableau cells to denote a violation of a constraint by an output form.[18]

Phonetic transcription[edit]

In the early days of the International Phonetic Alphabet, an asterisk was sometimes used to denote that the word it preceded was a proper noun.[19] See this example from W. Perrett's 1921 transcription of Gottfried Keller's "Das Fähnlein der sieben Aufrechten":[20]

ˈkɑinə ˈreːdə, virt ˈniçts daˈraˑus! zɑːktə *ˈheːdigər ˈkurts.
(»Keine Rede, wird nichts daraus!« sagte Hediger kurz.)

This diacritic isn't often used.[21]

Mathematics[edit]

The asterisk has many uses in mathematics. The following list highlights some common uses and is not exhaustive.

stand-alone
  • An arbitrary point in some set. Seen, for example, when computing Riemann sums or when contracting a simply connected group to the singleton set { ∗ }.
as a unary operator, denoted in prefix notation
  • The Hodge star operator on vector spaces .
as a unary operator, written as a subscript
as a unary operator, written as a superscript
as a binary operator, in infix notation

The asterisk is used in all branches of mathematics to designate a correspondence between two quantities denoted by the same letter – one with the asterisk and one without.

Mathematical typography[edit]

In fine mathematical typography, the Unicode character U+2217 ASTERISK OPERATOR (in HTML, ∗) is available. This character also appeared in the position of the regular asterisk in the PostScript symbol character set in the Symbol font included with Windows and Macintosh operating systems and with many printers. It should be used in fine typography for a large asterisk that lines up with the other mathematical operators.

Music[edit]

Religious texts[edit]

  • In the Geneva Bible and the King James Bible, an asterisk is used to indicate a marginal comment or scripture reference.
  • In the Leeser Bible, an asterisk is used to mark off the seven subdivisions of the weekly Torah portion. It is also used to mark the few verses to be repeated by the reader of the Haftara.
  • In American printings of the Book of Common Prayer, an asterisk is used to divide a verse of a Psalm in two portions for responsive reading. British printings use a spaced colon (" : ") for the same purpose.

Star of Life[edit]

Ambulance in Lausanne

Replacement for cross/crescent/star on ambulances.

Statistical results[edit]

In many scientific publications, the asterisk is employed as a shorthand to denote the statistical significance of results when testing hypotheses. When the likelihood that a result occurred by chance alone is below a certain level, one or more asterisks are displayed. Popular significance levels are <0.05 (*), <0.01 (**), and <0.001 (***).

Telephony[edit]

On a Touch-Tone telephone keypad, the asterisk (called star, or less commonly, palm or sextile)[23] is one of the two special keys (the other is the number sign (pound sign or hash, hex or, less commonly, octothorp[23] or square)), and is found to the left of the zero. They are used to navigate menus in Touch-Tone systems such as Voice mail, or in Vertical service codes.

Typography[edit]

  • The asterisk is used to call out a footnote, especially when there is only one on the page. Less commonly, multiple asterisks are used to denote different footnotes on a page (i.e., *, **, ***). Typically, an asterisk is positioned after a word or phrase and preceding its accompanying footnote. Other characters are also used for this purpose, including †, ‡, superscript numbers (as in Wikipedia), etc. In marketing and advertising, asterisks or other symbols are used to refer readers discreetly to terms or conditions for a certain statement, the "small print".
  • In English-language typography the asterisk is placed after all other punctuation marks (for example, commas, colons, or periods) except for the dash.[24][25]
  • Three spaced asterisks centered on a page may represent a jump to a different scene, thought, or section.
Asterisks used to illustrate a section break in Alice's Adventures in Wonderland.
  • A group of three asterisks arranged in a triangular formation is called an asterism.
  • One or more asterisks may be used as censorship over all or part of a word.
  • Asterisks are sometimes used as an alternative to typographical bullets to indicate items of a list.
  • Asterisks can be used in textual media to represent *emphasis* when bold or italic text is not available (e.g., Twitter, text messaging).
  • Asterisks may denote corrections to misspelling or misstatements in previous electronic messages, particularly when replacement or retraction of a previous writing is not possible, such as with "immediate delivery" messages or "instant messages" that can't be edited. Usually this takes the form of a message consisting solely of the corrected text, with an asterisk placed prior to the correction. For example, one might send a message reading "*morning" to correct the misspelling in the message "I had a good mroning".
  • Bounding asterisks as "a kind of self-describing stage direction", as linguist Ben Zimmer has put it. For example, in "Another gas station robbery *sigh*," the writer uses *sigh* to express disappointment (but does not necessarily literally sigh).[26]

Encodings[edit]

The Unicode standard states that the asterisk is distinct from:

  • U+066D ٭ ARABIC FIVE POINTED STAR (HTML &#1645;),[A]
  • U+2217 ASTERISK OPERATOR (HTML &#8727; · &lowast;), and
  • U+2731 HEAVY ASTERISK (HTML &#10033;).[27]

The symbols are compared below (the display depends on your browser's font).

Asterisk Asterisk Operator Heavy Asterisk Small Asterisk Full Width Asterisk Open Centre Asterisk
*
Low Asterisk Arabic star East Asian reference mark Teardrop-Spoked Asterisk Sixteen Pointed Asterisk
٭
Name Unicode Decimal UTF-8 HTML Displayed
Asterisk U+002A &#42; 2A &ast; and &midast;
(HTML5 only)[28]
*
Combining Asterisk Below U+0359 &#857; CD 99   ͙
Arabic Five Pointed Star U+066D &#1645; D9 AD   ٭
East Asian Reference Mark U+203B &#8251; E2 80 BB  
Flower Punctuation Mark U+2055 &#8277; E2 81 95  
Asterism U+2042 &#8258; E2 81 82  
Low Asterisk U+204E &#8270; E2 81 8E  
Two Asterisks Aligned Vertically U+2051 &#8273; E2 81 91  
Combining Asterisk Above U+20F0 &#8432; E2 83 B0  
Asterisk Operator U+2217 &#8727; E2 88 97 &lowast; (HTML
and HTML5)
Circled Asterisk Operator U+229B &#8859; E2 8A 9B &circledast; and
&oast;
(HTML5 only)
Four Teardrop-Spoked Asterisk U+2722 &#10018; E2 9C A2  
Four Balloon-Spoked Asterisk U+2723 &#10019; E2 9C A3  
Heavy Four Balloon-Spoked Asterisk U+2724 &#10020; E2 9C A4  
Four Club-Spoked Asterisk U+2725 &#10021; E2 9C A5  
Heavy Asterisk U+2731 &#10033; E2 9C B1  
Open Centre Asterisk U+2732 &#10034; E2 9C B2  
Eight Spoked Asterisk U+2733 &#10035; E2 9C B3  
Sixteen Pointed Asterisk U+273A &#10042; E2 9C BA  
Teardrop-Spoked Asterisk U+273B &#10043; E2 9C BB  
Open Centre Teardrop-Spoked Asterisk U+273C &#10044; E2 9C BC  
Heavy Teardrop-Spoked Asterisk U+273D &#10045; E2 9C BD  
Heavy Teardrop-Spoked Pinwheel Asterisk U+2743 &#10051; E2 9D 83  
Balloon-Spoked Asterisk U+2749 &#10057; E2 9D 89  
Six Teardrop-Spoked Propeller Asterisk U+274A &#10058; E2 9D 8A  
Heavy Eight Teardrop-Spoked Propeller Asterisk U+274B &#10059; E2 9D 8B  
Squared Asterisk U+29C6 &#10694; E2 A7 86  
Equals With Asterisk U+2A6E &#10862; E2 A9 AE  
Slavonic Asterisk U+A673 &#42611; EA 99 B3  
Small Asterisk U+FE61 &#65121; EF B9 A1  
Full Width Asterisk U+FF0A &#65290; EF BC 8A  
Music Symbol Pedal Up Mark U+1D1AF &#119215; F0 9D 86 AF   𝆯
Tag Asterisk U+E002A &#917546; F3 A0 80 AA  
Light Five Spoked Asterisk U+1F7AF &#128943; F0 9F 9E AF   🞯
Medium Five Spoked Asterisk U+1F7B0 &#128944; F0 9F 9E B0   🞰
Bold Five Spoked Asterisk U+1F7B1 &#128945; F0 9F 9E B1   🞱
Heavy Five Spoked Asterisk U+1F7B2 &#128946; F0 9F 9E B2   🞲
Very Heavy Five Spoked Asterisk U+1F7B3 &#128947; F0 9F 9E B3   🞳
Extremely Heavy Five Spoked Asterisk U+1F7B4 &#128948; F0 9F 9E B4   🞴
Light Six Spoked Asterisk U+1F7B5 &#128949; F0 9F 9E B5   🞵
Medium Six Spoked Asterisk U+1F7B6 &#128950; F0 9F 9E B6   🞶
Bold Six Spoked Asterisk U+1F7B7 &#128951; F0 9F 9E B7   🞷
Heavy Six Spoked Asterisk U+1F7B8 &#128952; F0 9F 9E B8   🞸
Very Heavy Six Spoked Asterisk U+1F7B9 &#128953; F0 9F 9E B9   🞹
Extremely Heavy Six Spoked Asterisk U+1F7BA &#128954; F0 9F 9E BA   🞺
Light Eight Spoked Asterisk U+1F7BB &#128955; F0 9F 9E BB   🞻
Medium Eight Spoked Asterisk U+1F7BC &#128956; F0 9F 9E BC   🞼
Bold Eight Spoked Asterisk U+1F7BD &#128957; F0 9F 9E BD   🞽
Heavy Eight Spoked Asterisk U+1F7BE &#128958; F0 9F 9E BE   🞾
Very Heavy Eight Spoked Asterisk U+1F7BF &#128959; F0 9F 9E BF   🞿

See also[edit]

Notes[edit]

  1. ^ Annotated "Appearance rather variable" in Unicode Chart U+0600 Arabic

References[edit]

27. Basic differences between the Asterisk And FreeSWITCH[29]

  1. ^ "asterisk", American Heritage Dictionary
  2. ^ ἀστερίσκος, Henry George Liddell, Robert Scott, A Greek-English Lexicon, on Perseus
  3. ^ Kathleen McNamee, "Sigla," in Sigla and Select Marginalia in Greek Literary Papyri (Brussels: Fondation Egyptologique Reine Elisabeth, 1992), 9.
  4. ^ McNamee, "Sigla," 12.
  5. ^ Parkes, "The Technology of Printing and the Stabilization of the Symbols," 50-64.
  6. ^ Robert Bringhurst, "Asterisk," in The Elements of Typographic Style: Version 3.2 (Vancouver, BC: Hartley & Marks, 2008), 303.
  7. ^ Houston, Keith (2013). Shady Characters. W. W. Norton & Company, Inc. p. 98. ISBN 978-1-846-14647-3.
  8. ^ Werner, Edgar (1997). Englishes Around the World: Caribbean, Africa, Asia, Australasia. p. 284.
  9. ^ Wutiolarn, Nopsarun, and Damrong Attaprechakul. A study of nonstandard orthography and vowel omission in an international online game: AuditionSEA. Language Institute, Thammasat University, 2012.
  10. ^ See e.g. Allen Barra (2007-05-27). "An Asterisk is very real, even when it's not". New York Times.
  11. ^ See e.g. Michael Wilbon (2004-12-04). "Tarnished records deserve an Asterisk". Washington Post. p. D10.
  12. ^ "Scoring Baseball: Advanced Symbols". Baseball Almanac. Retrieved 2018-09-18.
  13. ^ "Facebook.com". Facebook.com. Retrieved 2018-09-18.
  14. ^ Adcouncil.org Archived 2011-09-29 at the Wayback Machine, Ad Council, August 8, 2008
  15. ^ Collister, Lauren B. (2011-02-01). "*-repair in Online Discourse" (PDF). Journal of Pragmatics. 43 (3): 918–921. doi:10.1016/j.pragma.2010.09.025.
  16. ^ White, F. M. Fluid Mechanics, Fourth Ed. WCB McGraw Hill.
  17. ^ "Scrabble Glossary". Tucson Scrabble Club. Archived from the original on 2011-08-30. Retrieved 2012-02-06.
  18. ^ McCarthy, John J. (2007). "What Is Optimality Theory?". Language and Linguistics Compass. 1 (4): 268. doi:10.1111/j.1749-818X.2007.00018.x.
  19. ^ International Phonetic Association (2010). "The Principles of the International Phonetic Association (1949)". Journal of the International Phonetic Association. 40 (3): 317. doi:10.1017/S0025100311000089.
  20. ^ Perrett, W. (1921). "dɔytʃ". Textes pour nos élèves. Association Phonétique Internationale. 1: 4.
  21. ^ Pullum, Geoffrey K.; Ladusaw, William A. (1996). "Asterisk". Phonetic Symbol Guide (2nd ed.). Chicago: University of Chicago Press. p. 228.
  22. ^ "Complex Conjugate - from Wolfram MathWorld". Mathworld.wolfram.com. 2018-09-12. Retrieved 2018-09-18.
  23. ^ a b US 3920926 
  24. ^ United Nations Editorial Manual Online, "IX. Footnote indicators"
  25. ^ Fogarty, Mignon (November 15, 2012), "How to Use an Asterisk," QuickandDirtyTips.com
  26. ^ Zimmer, Ben. "The cyberpragmatics of bounding asterisks". Language Log, University of Pennsylvania. Retrieved 24 August 2013.
  27. ^ "Detailed descriptions of the characters (The ISO Latin 1 character repertoire)". 2006-09-20. Retrieved 2015-03-23.
  28. ^ HTML5 is the only version of HTML that has a named entity for the asterisk, see https://www.w3.org/TR/html4/sgml/entities.html ("The following sections present the complete lists of character entity references.") and https://www.w3.org/TR/2014/CR-html5-20140731/syntax.html#named-character-references ("ast;").
  29. ^ "FreeSWITCH Vs Asterisk". Anaayafoods.com. 2016-05-15. Retrieved 2018-09-18.