copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('¡'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
¡
INVERTED EXCLAMATION MARK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00A1 | |
| decimal | 161 | |
| htmldecimal | ¡ | |
| htmlhex | ¡ | |
| css | \00A1 | |
| javascript | \u{A1} | |
| python | \u00a1 | |
| java | \u00A1 | |
| go | \u00A1 | |
| ruby | \u{A1} | |
| rust | \u{A1} | |
| ccpp | \u00a1 | |
| urlencoded | %C2%A1 | |
| utf8bytes | c2 a1 | |
| utf16bebytes | 00 a1 | |
| utf32bebytes | 00 00 00 a1 |
How to Use
HTML:
¡
CSS:
content: "\00A1"
JavaScript:
"\u{A1}"
Python:
"\u00a1"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No