At sign

The at sign, @, is normally read aloud as "at"; it is also commonly called the at symbol, commercial at or address sign. It is used as an accounting and invoice abbreviation meaning "at a rate of" (e.g. 7 widgets @ £2 per widget = £14),[1] but it is now seen more widely in email addresses and social media platform handles.

@
At sign
In UnicodeU+0040 @ COMMERCIAL AT (HTML @ · @)
Related
See alsoU+FF20 FULLWIDTH COMMERCIAL AT (HTML @)
U+FE6B SMALL COMMERCIAL AT (HTML ﹫)

The absence of a single English word for the symbol has prompted some writers to use the French arobase[2] or Spanish and Portuguese arroba, or to coin new words such as ampersat,[3] asperand,[4] and strudel,[5] but none of these has achieved wide use. The term alphasand is sometimes used, especially in East Asia.

Although not included on the keyboard of the earliest commercially successful typewriters, it was on at least one 1889 model[6] and the very successful Underwood models from the "Underwood No. 5" in 1900 onward. It started to be used in email addresses in the 1970s, and is now universally included on computer keyboards.

History

@ symbol used as the initial "a" for the "amin" (amen) formula in the Bulgarian of the Manasses Chronicle (c. 1345).
The Aragonese @ symbol used in the 1448 "taula de Ariza" registry to denote a wheat shipment from Castile to the Kingdom of Aragon.[7]
@ used to signify French "à" ("at") from a 1674 protocol from a Swedish court (Arboga rådhusrätt och magistrat)

The earliest yet discovered symbol in this shape is found in a Bulgarian translation of a Greek chronicle written by Constantinos Manasses in 1345. Held today in the Vatican Apostolic Library, it features the @ symbol in place of the capital letter alpha "Α" in the word Amen. Why it was used in this context is still a mystery. The evolution of the symbol as used today is not recorded.

Whatever the origin of the @ symbol, the history of its usage is better known: it has long been used in Catalan, Spanish and Portuguese as an abbreviation of arroba, a unit of weight equivalent to 25 pounds, and derived from the Arabic expression of "the quarter" (الربع pronounced ar-rubʿ).[8] An Italian academic, Giorgio Stabile, claims to have traced the @ symbol to the 16th century, in a mercantile document sent by Florentine Francesco Lapi from Seville to Rome on May 4, 1536.[9] The document is about commerce with Pizarro, in particular the price of an @ of wine in Peru. Currently, the word arroba means both the at-symbol and a unit of weight. In Venetian, the symbol was interpreted to mean amphora (anfora), a unit of weight and volume based upon the capacity of the standard amphora jar since the 6th century.

Until now the first historical document containing a symbol resembling a @ as a commercial one is the Spanish "Taula de Ariza", a registry to denote a wheat shipment from Castile to Aragon in 1448; even though the oldest fully developed modern @ sign is the one found on the above-mentioned Florentine letter.[9]

Modern use

Commercial usage

In contemporary English usage, @ is a commercial symbol, meaning at and at the rate of. It has rarely been used in financial ledgers, and is not used in standard typography.[10]

Trademark

In 2012, "@" was registered as a trademark with the German Patent and Trade Mark Office.[11] A cancellation request was filed in 2013, and the cancellation was ultimately confirmed by the German Federal Patent Court in 2017.[12]

Email addresses

A common contemporary use of @ is in email addresses (using the SMTP system), as in jdoe@example.com (the user jdoe located at the domain example.com). BBN Technologies' Ray Tomlinson is credited with introducing this usage in 1971.[13] This idea of the symbol representing located at in the form user@host is also seen in other tools and protocols; for example, the Unix shell command ssh jdoe@example.net tries to establish an ssh connection to the computer with the hostname example.net using the username jdoe.

On web pages, organizations often obscure email addresses of their members or employees by omitting the @. This practice, known as address munging, makes the email addresses less vulnerable to spam programs that scan the internet for them.

Social media

On some social media platforms and forums, usernames are in the form @johndoe; this type of username is frequently referred to as a "handle".

On online forums without threaded discussions, @ is commonly used to denote a reply; for instance: @Jane to respond to a comment Jane made earlier. Similarly, in some cases, @ is used for "attention" in email messages originally sent to someone else. For example, if an email was sent from Catherine to Steve, but in the body of the email, Catherine wants to make Keirsten aware of something, Catherine will start the line @Keirsten to indicate to Keirsten that the following sentence concerns her. This also helps with mobile email users who cannot see bold or color in email.

In microblogging (such as Twitter and GNU social-based microblogs), @ before the user name is used to send publicly readable replies (e.g. @otheruser: Message text here). The blog and client software can automatically interpret these as links to the user in question. When included as part of a person's or company's contact details, an @ symbol followed by a name is normally understood to refer to a Twitter ID. A similar use of the @ symbol was also made available to Facebook users on September 15, 2009.[14] In Internet Relay Chat (IRC), it is shown before users' nicks to denote they have operator status on a channel.

Sports usage

In American English the @ can be used to add information about a sporting event. Where opposing sports teams have their names separated by a "v" (for versus), the away team can be written first - and the normal "v" replaced with @ to convey at which team's home field the game will be played.[15] This usage is not followed in British English, since conventionally the home team is written first.

Computer languages

@ is used in various programming languages and other computer languages, although there is not a consistent theme to its usage. For example:

  • In ALGOL 68, the @ symbol is brief form of the at keyword; it is used to change the lower bound of an array. For example: arrayx[@88] now refers to an array starting at index 88.
  • In ActionScript, @ is used in XML parsing and traversal as a string prefix to identify attributes in contrast to child elements.
  • In the ASP.NET MVC Razor template markup syntax, the @ character denotes the start of code statement blocks or the start of text content.[16][17]
  • In Dyalog APL, @ is used as a functional way to modify or replace data at specific locations in an array.
  • In CSS, @ is used in special statements outside of a CSS block.[18]
  • In C#, it denotes "verbatim strings", where no characters are escaped and two double-quote characters represent a single double-quote.[19] As a prefix it also allows keywords to be used as identifiers,[20] a form of stropping.
  • In D, it denotes function Atattributes: like: @safe, @nogc, user defined @('from_user') which can be evaluated at compile time (with __traits) or @property to declare properties, which are functions that can be syntactically treated as if they were fields or variables.[21]
  • In DIGITAL Command Language, the @ character was the command used to execute a command procedure. To run the command procedure VMSINSTAL.COM, one would type @VMSINSTAL at the command prompt.
  • In Forth, it is used to fetch values from the address on the top of the stack. The operator is pronounced as "fetch".
  • In Haskell, it is used in so-called as-patterns. This notation can be used to give aliases to patterns, making them more readable.
  • In J, denotes function composition.
  • In Java, it has been used to denote annotations, a kind of metadata, since version 5.0.[22]
  • In LiveCode, it is prefixed to a parameter to indicate that the parameter is passed by reference.
  • In an LXDE autostart file (as used, for example, on the Raspberry Pi computer), @ is prefixed to a command to indicate that the command should be automatically re-executed if it crashes.[23]
  • In ML, it denotes list concatenation.
  • In modal logic, specifically when representing possible worlds, @ is sometimes used as a logical symbol to denote the actual world (the world we are "at").
  • In Objective-C, @ is prefixed to language-specific keywords such as @implementation and to form string literals.
  • In Pascal, @ is the "address of" operator (it tells the location at which a variable is found).
  • In Perl, @ prefixes variables which contain arrays @array, including array slices @array[2..5,7,9] and hash slices @hash{'foo', 'bar', 'baz'} or @hash{qw(foo bar baz)}. This use is known as a sigil.
  • In PHP, it is used just before an expression to make the interpreter suppress errors that would be generated from that expression.[24]
  • In Python 2.4 and up, it is used to decorate a function (wrap the function in another one at creation time). In Python 3.5 and up, it is also used as an overloadable matrix multiplication operator.[25]
  • In Razor, it is used for C# code blocks.[26]
  • In Ruby, it functions as a sigil: @ prefixes instance variables, and @@ prefixes class variables.[27]
  • In Scala, it is used to denote annotations (as in Java), and also to bind names to subpatterns in pattern-matching expressions.[28]
  • In Swift, @ prefixes "annotations" that can be applied to classes or members. Annotations tell the compiler to apply special semantics to the declaration like keywords, without adding keywords to the language.
  • In T-SQL, @ prefixes variables and @@ prefixes niladic system functions.
  • In several xBase-type programming languages, like DBASE, FoxPro/Visual FoxPro and Clipper, it is used to denote position on the screen. For example: @1,1 SAY "HELLO" to show the word "HELLO" in line 1, column 1.
  • In FoxPro/Visual FoxPro, it is also used to indicate explicit pass by reference of variables when calling procedures or functions (but it is not an address operator).[29]
  • In a Windows Batch file, the @ symbol at the start of a line suppresses the echoing of that command. In other words, is the same as ECHO OFF applied to the current line only. Normally a Windows command is executed and takes effect from the next line onward, but @ is a rare example of a command that takes effect immediately. It is most commonly used in the form @echo off which not only switches off echoing but prevents the command line itself from being echoed.[30][31]
  • In Windows PowerShell, @ is used as array operator for array and hash table literals and for enclosing here-string literals.[32]
  • In the Domain Name System, @ is used to represent the $ORIGIN, typically the "root" of the domain without a prefixed sub-domain. (Ex: wikipedia.org vs. www.wikipedia.org)

Gender neutrality in Spanish

Protester with banner showing "La revolución está en nosotr@s"

In Spanish, where many words end in "-o" when in the masculine gender and end "-a" in the feminine, @ is sometimes used as a gender-neutral substitute for the default "o" ending.[33] For example, the word amigos traditionally represents not only male friends, but also a mixed group, or where the genders are not known. The proponents of gender-inclusive language would replace it with amig@s in these latter two cases, and use amigos only when the group referred to is all-male and amigas only when the group is all female. The Real Academia Española disapproves of this usage.[34]

Other uses and meanings

Bicameral Ⓐ/@ letter as used in the Koalib language.
X-SAMPA uses an @ as a substitute for ə, which it resembles in some fonts.
  • In (especially English) scientific and technical literature, @ is used to describe the conditions under which data are valid or a measurement has been made. E.g. the density of saltwater may read d = 1.050 g/cm3 @ 15 °C (read "at" for @), density of a gas d = 0.150 g/L @ 20 °C, 1 bar, or noise of a car 81 dB @ 80 km/h (speed).
  • As an abbreviation for alias in articles about missing persons, obituaries, brief reports - for instance: "John Smith @ Jean Smyth" (a possible abbreviation of aka). For example, a Chinese Singaporean may use two transliterations of his or her Chinese name (e.g., Mao Tse-Tung @ Mao Zedong).
  • In philosophical logic, '@' is used to denote the actual world (in contrast to non-actual possible worlds). Analogously, a 'designated' world in a Kripke model may be labelled '@'.
  • In chemical formulae, @ is used to denote trapped atoms or molecules. For instance, La@C60 means lanthanum inside a fullerene cage. See article Endohedral fullerene for details.
  • In Malagasy, @ is an informal abbreviation for the prepositional form amin'ny.
  • In Malay, @ is an informal abbreviation for the word "atau", meaning "or" in English.
  • In genetics, @ is the abbreviation for locus, as in IGL@ for immunoglobulin lambda locus.
  • In the Koalib language of Sudan, @ is used as a letter in Arabic loanwords. The Unicode Consortium rejected a proposal to encode it separately as a letter in Unicode. SIL International uses Private Use Area code points U+F247 and U+F248 for lowercase and capital versions, although they have marked this PUA representation as deprecated since September 2014.[35]
  • A schwa, as the actual schwa character "ə" may be difficult to produce on many computers. It is used in this capacity in some ASCII IPA schemes, including SAMPA and X-SAMPA.
  • In leet it may substitute for the letter "A".
  • It is frequently used in typing and text messaging as an abbreviation for "at".
  • In Portugal it may be used in typing and text messaging with the meaning "french kiss" (linguado).
  • In online discourse, @ is used by some anarchists as a substitute for the traditional circle-A.
  • Algebraic notation for the Crazyhouse chess variant: An @ between a piece and a square denotes a piece dropped onto that square from the player's reserve.

In some communities, @ is, against current trends, appended to the end of the nick, e.g. deraadt@, to preserve its original meaning − "<nick> at (this site/community)".

Names in other languages

In many languages other than English, although most typewriters included the symbol, the use of @ was less common before email became widespread in the mid-1990s. Consequently, it is often perceived in those languages as denoting "the Internet", computerization, or modernization in general. Naming the symbol after animals is also common.

  • In Afrikaans, it is called aapstert, meaning 'monkey tail', similarly to the Dutch use of the word (aap is the word for 'monkey' or 'ape' in Dutch, stert comes from the Dutch staart).
  • In Arabic, it is آتْ (at).
  • In Armenian, it is շնիկ (shnik), which means 'puppy'.
  • In Azerbaijani, it is ət (at) which means 'meat', though most likely it is a phonetic transliteration of at.
  • In Basque, it is a bildua ('wrapped A').
  • In Belarusian, it is called сьлімак (sʹlimak, meaning 'helix' or 'snail').
  • In Bosnian, it is ludo a ('crazy A').
  • In Bulgarian, it is called кльомба (klyomba – 'a badly written letter'), маймунско а (maymunsko a – 'monkey A'), маймунка (maimunka – 'little monkey'), or баница (banitsa - a pastry roll often made in a shape similar to the character)
  • In Catalan, it is called arrova (a unit of measure) or ensaïmada (a Mallorcan pastry, because of the similar shape of this food).
  • In Chinese:
    • In mainland China, it used to be called 圈A (pronounced quān A), meaning 'circled A' / 'enclosed A', or 花A (pronounced huā A), meaning 'lacy A', and sometimes as 小老鼠 (pronounced xiǎo lǎoshǔ), meaning 'little mouse'.[36] Nowadays, for most of China's youth, it is called 艾特 (pronounced ài tè), which is the phonetic transcription from at.
    • In Taiwan, it is 小老鼠 (pronounced xiǎo lǎoshǔ), meaning 'little mouse'.
    • In Hong Kong and Macau, it is at.
  • In Croatian, it is most often referred to by the English word at (pronounced et), and less commonly and more formally, with the preposition pri (with the addressee in the nominative case, not locative as per usual rection of pri), meaning 'at', 'chez' or 'by'. Informally, it is called a manki, coming from the local pronunciation of the English word monkey. Note that the Croatian words for monkey, majmun, opica, jopec, šimija are not used to denote the symbol, except seldom the latter words regionally.
  • In Czech it is called zavináč, which means 'rollmops'; the same word is used in Slovak.
  • In Danish, it is snabel-a ('elephant's trunk A'). It is not used for prices, where in Danish a alone means 'at (per piece)'.
  • In Dutch, it is called apenstaart ('monkey's tail'). The a is the first character of the Dutch word aap which means 'monkey' or 'ape'; apen is the plural of aap. However, the use of the English at has become increasingly popular in Dutch.
  • In Esperanto, it is called ĉe-signo ('at' – for the email use, with an address like "zamenhof@esperanto.org" pronounced zamenhof ĉe esperanto punkto org), po-signo ('each' – refers only to the mathematical use), or heliko (meaning 'snail').
  • In Estonian, it is called ätt, from the English word at.
  • In Faroese, it is kurla, hjá ('at'), tranta, or snápil-a ('[elephant's] trunk A').
  • In Finnish, it was originally called taksamerkki ("fee sign") or yksikköhinnan merkki ("unit price sign"), but these names are long obsolete and now rarely understood. Nowadays, it is officially ät-merkki, according to the national standardization institute SFS; frequently also spelled at-merkki. Other names include kissanhäntä ('cat's tail') and miuku mauku ('miaow-meow').
  • In French, it is now officially the arobase[37][38] (also spelled arrobase or arrobe), or a commercial (though this is most commonly used in French-speaking Canada, and should normally only be used when quoting prices; it should always be called arobase or, better yet, arobas when in an email address). Its origin is the same as that of the Spanish word, which could be derived from the Arabic ar-roub (اَلرُّبْع). In France, it is also common (especially for younger generations) to say the English word at when spelling out an email address. In everyday Québec French, one often hears a commercial when sounding out an e-mail address, while TV and radio hosts are more likely to use arobase.
  • In Georgian, it is at, spelled ეთ–ი (კომერციული ეთ–ი, ḳomerciuli et-i).
  • In German, it has sometimes been referred to as Klammeraffe (meaning 'spider monkey') or Affenschwanz (meaning 'monkeys tail'). Klammeraffe or Affenschwanz refer to the similarity of @ to the tail of a monkey[39] grabbing a branch. More recently, it is commonly referred to as at, as in English.
  • In Greek, it is called παπάκι meaning 'duckling'.
  • In Greenlandic, an Inuit language, it is called aajusaq meaning 'A-like' or 'something that looks like A'.
  • In Hebrew, it is colloquially known as שְׁטְרוּדֶל (shtrúdel), due to the visual resemblance to a cross-section cut of a strudel cake. The normative term, invented by the Academy of the Hebrew Language, is כְּרוּכִית (krukhít), which is another Hebrew word for 'strudel', but is rarely used.
  • In Hindi, it is at, from the English word.
  • In Hungarian, it is called kukac (a playful synonym for 'worm' or 'maggot').
  • In Icelandic, it is referred to as atmerkið ("the at sign") or hjá, which is a direct translation of the English word at.
  • In Indian English, speakers often say at the rate of (with e-mail addresses quoted as "example at the rate of example.com").
  • In Indonesian, it is usually et. Variations exist – especially if verbal communication is very noisy – such as a bundar and a bulat (both meaning 'circled A'), a keong ('snail A'), and (most rarely) a monyet ('monkey A').
  • In Irish, it is ag (meaning 'at') or comhartha @/ag (meaning 'at sign').
  • In Italian, it is chiocciola ('snail') or a commerciale, sometimes at (pronounced more often [ˈɛt] and rarely [ˈat]) or ad.
  • In Japanese, it is called atto māku (アットマーク, from the English words at mark). The word is wasei-eigo, a loan word from the English language.
  • In Kazakh, it is officially called айқұлақ (aıqulaq, 'moon's ear').
  • In Korean, it is called golbaeng-i (골뱅이, meaning 'bai top shells'), a dialectal form of whelk.
  • In Kurdish, it is ئه ت at, from the English word.
  • In Latvian, it is pronounced the same as in English, but, since in Latvian [æ] is written as "e" (not "a" as in English), it is sometimes written as et.
  • In Lithuanian, it is pronounced eta (equivalent to the English at).
  • In Luxembourgish it used to be called Afeschwanz ('monkey tail'), but due to widespread use, it is now called at, as in English.
  • In Macedonian, it is called мајмунче (majmunče, [ˈmajmuntʃɛ], 'little monkey').
  • In Malay, it is called alias when it is used in names and di when it is used in email addresses, di being the Malay word for 'at'. It is also commonly used to abbreviate atau which means 'or', 'either'.
  • In Morse code, it is known as a "commat", consisting of the Morse code for the "A" and "C" which run together as one character: . The symbol was added in 2004 for use with email addresses,[40] the only official change to Morse code since World War I.
  • In Nepali, the symbol is called "at the rate." Commonly, people will give their email addresses by including the phrase "at the rate".
  • In Norwegian, it is officially called krøllalfa ('curly alpha' or 'alpha twirl'), and commonly as alfakrøll. Sometimes snabel-a, the Swedish/Danish name (which means 'trunk A', as in 'elephant's trunk'), is used. Commonly, people will call the symbol [æt] (as in English), particularly when giving their email addresses.
  • In Persian, it is at, from the English word.
  • In Polish, it is commonly called małpa ('monkey'). Rarely, the English word at is used.
  • In Portuguese, it is called arroba (from the Arabic ar-roub, اَلرُّبْع). The word arroba is also used for a weight measure in Portuguese. One arroba is equivalent to 32 old Portuguese pounds, approximately 14.7 kg (32 lb), and both the weight and the symbol are called arroba. In Brazil, cattle are still priced by the arroba – now rounded to 15 kg (33 lb). This naming is because the at sign was used to represent this measure.
  • In Romanian, it is most commonly called at, but also colloquially called coadă de maimuță ("monkey tail") or a-rond. The latter is commonly used, and it comes from the word round (from its shape), but that is nothing like the mathematical symbol A-rond (rounded A). Others call it aron, or la (Romanian word for 'at').
@ on a DVK Soviet computer (c.1984)
  • In Russian, it is commonly called соба[ч]ка (soba[ch]ka – '[little] dog').
  • In Serbian, it is called лудо А (ludo A – 'crazy A'), мајмунче (majmunče – 'little monkey'), or мајмун (majmun – 'monkey').
  • In Slovak, it is called zavináč ('rollmop', a pickled fish roll, as in Czech).
  • In Slovenian, it is called afna (an informal word for 'monkey').
  • In Spanish-speaking countries, it denotes a pre-metric unit of weight. While there are regional variations in Spain and Mexico, it is typically considered to represent approximately 25 pounds (11.5 kg), and both the weight and the symbol are called arroba.
  • In Sámi (North Sámi), it is called bussáseaibi meaning 'cat's tail'.
  • In Swedish, it is called snabel-a ('elephant's trunk A') or simply at, as in the English language. Less formally it is also known as kanelbulle ('cinnamon roll') or alfakrull ('alpha curl').
  • In Swiss German, it is commonly called Affenschwanz ('monkey-tail'). However, the use of the English word at has become increasingly popular in Swiss German, as with Standard German.
  • In Tagalog, the word at means 'and', so the symbol is used like an ampersand in colloquial writing such as text messages (e.g. magluto @ kumain, 'cook and eat').
  • In Thai, it is commonly called at, as in English.
  • In Turkish, it is commonly called et, a variant pronunciation of English at.
  • In Ukrainian, it is commonly called ет (et – 'at') or Равлик(ravlyk), which means 'snail'.
  • In Urdu, it is اٹ (at).
  • In Vietnamese, it is called a còng ('bent A') in the north and a móc ('hooked A') in the south.
  • In Welsh, it is sometimes known as a malwen or malwoden (both meaning "snail").

Unicode

In Unicode, the at sign is encoded as U+0040 @ COMMERCIAL AT (HTML &#64; · &commat;). The named entity &commat; was introduced in HTML5.[41]

Variants

Character information
Preview@
Unicode nameCOMMERCIAL ATFULLWIDTH COMMERCIAL ATSMALL COMMERCIAL AT
Encodingsdecimalhexdecimalhexdecimalhex
Unicode64U+004065312U+FF2065131U+FE6B
UTF-86440239 188 160EF BC A0239 185 171EF B9 AB
Numeric character reference&#64;&#x40;&#65312;&#xFF20;&#65131;&#xFE6B;
Named character reference&commat;
ASCII and extensions6440
EBCDIC (037, 500, UTF)[42][43][44]1247C
EBCDIC (1026)[45]174AE
Shift JIS[46]6440129 15181 97
EUC-JP[47]6440161 247A1 F7
EUC-KR[48] / UHC[49]6440163 192A3 C0
GB 18030[50]6440163 192A3 C0169 136A9 88
Big5[51]6440162 73A2 49162 78A2 4E
EUC-TW6440162 233A2 E9162 238A2 EE
LaTeX[52]\MVAt

See also

References

  1. See, for example, Browns Index to Photocomposition Typography (p. 37), Greenwood Publishing, 1983, ISBN 0946824002
  2. "Short Cuts", Daniel Soar, Vol. 31 No. 10 · 28 May 2009 page 18, London Review of Books
  3. "… Tim Gowens offered the highly logical "ampersat" …", 05 February 1996, The Independent
  4. "New York's Moma claims @ as a design classic", Jemima Kiss, 28 March 2010, The Observer
  5. "strudel". FOLDOC. Retrieved 2014-11-21.
  6. "The @-symbol, part 2 of 2" Archived 2014-12-25 at the Wayback Machine, Shady Characters ⌂ The secret life of punctuation Archived 2014-12-21 at the Wayback Machine
  7. "La arroba no es de Sevilla (ni de Italia)". purnas.com. Jorge Romance. Retrieved 2009-06-30.
  8. "arroba". Diccionario de la Real Academia Española. Retrieved 3 August 2012.
  9. Willan, Philip (2000-07-31). "Merchant@Florence Wrote It First 500 Years Ago". The Guardian. London. Retrieved 2010-04-25.
  10. Bringhurst, Robert (2002). The Elements of Typographic Style (version 2.5), p.272. Vancouver: Hartley & Marks. ISBN 0-88179-133-4.
  11. German Patent and Trademark Office, registration number 302012038338.
  12. Bundespatentgericht, decision of 22 February 2017, no. 26 W (pat) 44/14 (online).
  13. "The First Email". Archived from the original on 2006-05-06.
  14. "Tag Friends in Your Status and Posts - Facebook Blog".
  15. For an example, see: http://www.nfl.com/schedules
  16. Phil Haack. "Razor syntax quick reference".
  17. "ASP.NET MVC 3: Razor's @: and <text> syntax". weblogs.asp.net. Retrieved 2020-04-30.
  18. "At-rules". MDN Web Docs. Retrieved 2020-04-30.
  19. 2.4.4.5 String literals,
  20. "2.4.2 Identifiers".
  21. "in java what does the @ symbol mean?". Stack Overflow. Retrieved 2020-04-30.
  22. "LXSession - LXDE.org". wiki.lxde.org. Retrieved 2020-04-30.
  23. "PHP: Error Control Operators - Manual". www.php.net. Retrieved 2020-04-30.
  24. "syntax - What does the "at" (@) symbol do in Python?". Stack Overflow. Retrieved 2020-04-30.
  25. "Usage of the @ (at) sign in ASP.NET". www.mikesdotnetting.com. Retrieved 2020-04-30.
  26. "syntax - What does @@variable mean in Ruby?". Stack Overflow. Retrieved 2020-05-05.
  27. "Scala @ operator". Stack Overflow. Retrieved 2020-05-05.
  28. "Visual FoxPro Programming Language Online Help: SET UDFPARMS (Command), or MSDN Library 'How to: Pass Data to Parameters by Reference'". Microsoft, Inc. Retrieved 2011-02-19.
  29. https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/echo
  30. https://ss64.com/nt/echo.html
  31. "Windows PowerShell Language Specification 3.0 (PDF)".
  32. Martell-Otero, Loida (Fall 2009). "Doctoral Studies as Llamamiento, or How We All Need to be 'Ugly Betty'". Perspectivas: 84–106.
  33. DPD 1ͺ ediciσn, 2ͺ tirada
  34. Constable, Peter, and Lorna A. Priest (January 17, 2019) SIL Corporate PUA Assignments 5.2a. SIL International. pp. 59-60. Retrieved on July 20, 2020.
  35. Alice Rawsthorn (March 21, 2010). "Why @ Is Held in Such High Design Esteem". The New York Times. Archived from the original on March 24, 2010. Retrieved April 25, 2010.
  36. "At last, France has a name for the @ sign", December 9, 2002, iol.co.za
  37. Orthographe fixée par la Commission générale de terminologie et de néologie (Journal officiel du 8 décembre 2002)
  38. Paola Antonelli (March 22, 2010). "@ at MoMA". Germans, Poles, and South Africans call @ “monkey’s tail” in each different language.
  39. "Morse '@'; character official as of May 3". The ARRL Letter. American Radio Relay League. April 30, 2004.
  40. HTML5 is the only version of HTML that has a named entity for the at sign, 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 ("commat;").
  41. Steele, Shawn (1996-04-24). "cp037_IBMUSCanada to Unicode table". Microsoft / Unicode Consortium.
  42. Steele, Shawn (1996-04-24). "cp500_IBMInternational to Unicode table". Microsoft / Unicode Consortium.
  43. Umamaheswaran, V.S. (1999-11-08). "3.3 Step 2: Byte Conversion". UTF-EBCDIC. Unicode Consortium. Unicode Technical Report #16.
  44. Steele, Shawn (1996-04-24). "cp1026_IBMLatin5Turkish to Unicode table". Microsoft / Unicode Consortium.
  45. Unicode Consortium (2015-12-02) [1994-03-08]. "Shift-JIS to Unicode".
  46. Unicode Consortium; IBM. "EUC-JP-2007". International Components for Unicode.
  47. Unicode Consortium; IBM. "IBM-970". International Components for Unicode.
  48. Steele, Shawn (2000). "cp949 to Unicode table". Microsoft / Unicode Consortium.
  49. Standardization Administration of China (SAC) (2005-11-18). GB 18030-2005: Information Technology—Chinese coded character set.
  50. van Kesteren, Anne. "big5". Encoding Standard. WHATWG.
  51. Pakin, Scott (2020-06-25). "The Comprehensive LATEX Symbol List" (PDF).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.