HTML Entity/Symbol@(COMMERCIAL AT )

@
Copy this symbol

COMMERCIAL AT

Click on any of the following code values to copy to clipboard.

@
@
U+00040
\0040
@

HTML Examples

Using HTML Code value in HTML file

<span> &#64; </span>

Using HTML Entity value in HTML file

<span> &commat; </span>

CSS Example

Using CSS content code of the HTML entity &commat; to specify in a CSS file

span { 
    content: "\0040";
}
All HTML Symbols