HTML Entity/Symbol¿(INVERTED QUESTION MARK )

¿
Copy this symbol

INVERTED QUESTION MARK

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

¿
¿
U+000BF
\00bf
¿

HTML Examples

Using HTML Code value in HTML file

<span> &#191; </span>

Using HTML Entity value in HTML file

<span> &iquest; </span>

CSS Example

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

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