HTML Entity/Symbol&(AMPERSAND )

&
Copy this symbol

AMPERSAND

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

&
㠸
U+00026
\3838
㠸

HTML Examples

Using HTML Code value in HTML file

<span> &#14392; </span>

Using HTML Entity value in HTML file

<span> &AMP; </span>

CSS Example

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

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