Caret Article Index for
Caret
Articles about
Caret
 

Information About

Caret




Caret is the name for the symbol ^ in ASCII and some other Character Set s. Its Unicode code point is U+005E, and its ASCII code in hexadecimal is 5E. Strictly speaking, the caret character in common use is actually referred to in the Unicode standard as the "CIRCUMFLEX ACCENT"; the Unicode character named "CARET" is actually a distinct, much less common character, at code point U+2038 (). There is also a Combining Mark , U+0302 "COMBINING CIRCUMFLEX ACCENT", which is used when a Circumflex Accent is to be added as a diacritical mark to another letter. However, the term "caret" is most frequently used to refer to the first of these.


USES AND HISTORY

The caret was originally used, and continues to be, in handwritten form as a Proofreading mark to indicate where a punctuation mark, word or phrase should be inserted in a document. (The term comes from the Latin ''caret'', "it lacks", from 'carēre', to lack; to be separated from; to be free from.) The caret symbol is written below the line of text for a line-level punctuation mark such as a Comma , or above for a higher character such as an Apostrophe ; the material to be inserted may be placed inside the caret, in the margin, or above the line.

The caret is also found on some typewriters, where it is used to denote a Circumflex Accent in languages which require it, such as French .

In Statistics , the caret is used to denoted an Estimator or an estimated value, as opposed to its theoretical counterpart.

In the International Phonetic Alphabet , the caret represents a low-mid back vowel.

In Mathematics and Physics , a caret appearing above a letter indicates a Unit Vector (a Vector with a Magnitude of 1).

In mathematics, a carat can signify an Exponent (3^5 for 35) where Superscript is difficult or impossible (such as on some Graphing Calculator s.

Most recently, the caret has found use as a symbol in computer Programming Language s. This usage can be traced back to ALGOL 60 , which expressed the Exponentiation operator as an upward-pointing arrow, intended to evoke the Superscript notation common in mathematics. The up-arrow character was codified as character 5E in the original 1963 version of the ASCII standard; however, this was a short-lived placement. The 1965 ECMA-6 standard replaced the up-arrow with the currently-used caret (and the left-arrow with the Underscore ); two years later, the second revision of ASCII followed suit, due to pressure from international standards committees requiring the character's presence as a Diacritical Mark (the circumflex).

In Logic the caret is used as a Propositional Operator to symbolize Logical Conjunction otherwise known as an "and" statement.


OTHER MEANINGS

The term ''caret'' is also sometimes used in Graphical User Interface terminology where it means a text insertion point indicator, frequently represented by a blinking vertical bar. In this context, it may be used interchangeably with the word Cursor , although the latter term is often reserved for a Mouse pointer.



EXTERNAL LINKS