Inverted Exclamation Mark (¡) is the Latin-1 Supplement character at Unicode U+00A1 (INVERTED EXCLAMATION MARK). It opens exclamations in Spanish and related languages (e.g. ¡Hola!).
Remember
Character ¡
Unicode U+00A1
Hex entity ¡
Decimal ¡
Named entity ¡
CSS escape \00A1
All of these produce the same glyph: ¡. Prefer ¡ in HTML source for clarity; use hex/decimal when generating entities, and CSS \00A1 only in content.
Use ¡ (named), ¡ (hex), ¡ (decimal), or the CSS escape \00A1 in the content property. All render ¡.
U+00A1 (INVERTED EXCLAMATION MARK). Hex 00A1, decimal 161. It belongs to the Latin-1 Supplement block.
Yes. ¡ is the named HTML5 entity for ¡ and is supported in all modern browsers.
Use it to open exclamations in Spanish and related languages (e.g. ¡Hola!). Prefer ¡ for readable source; pair with a closing ! at the end of the phrase.
HTML entities (¡, ¡, or ¡) go in markup. The CSS escape \00A1 is used in stylesheets (usually in the content property of ::before/::after). Both render ¡.
! (U+0021) is the regular closing exclamation. ¿ (U+00BF, ¿) is the inverted question mark. ¡ opens exclamations; ! closes them.
🤔
Did you know?
Inverted Exclamation Mark is Unicode U+00A1 (decimal 161). HTML5 provides the named entity ¡ — prefer it for readable Spanish punctuation, or use ¡ / ¡. Pair ¡ with closing ! (e.g. ¡Hola!).