HTML Entity/Symbol¡(INVERTED EXCLAMATION MARK )

¡
Copy this symbol

INVERTED EXCLAMATION MARK

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

¡
¡
U+000A1
\00a1
¡

HTML Examples

Using HTML Code value in HTML file

<span> &#161; </span>

Using HTML Entity value in HTML file

<span> &iexcl; </span>

CSS Example

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

span { 
    content: "\00a1";
}
All HTML Symbols