HTML Entity/Symbol!(EXCLAMATION MARK )

!
Copy this symbol

EXCLAMATION MARK

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

!
!
U+00021
\0021
!

HTML Examples

Using HTML Code value in HTML file

<span> &#33; </span>

Using HTML Entity value in HTML file

<span> &excl; </span>

CSS Example

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

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