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' : ''">
¹
SUPERSCRIPT ONE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00B9 | |
| decimal | 185 | |
| htmldecimal | ¹ | |
| htmlhex | ¹ | |
| css | \00B9 | |
| javascript | \u{B9} | |
| python | \u00b9 | |
| java | \u00B9 | |
| go | \u00B9 | |
| ruby | \u{B9} | |
| rust | \u{B9} | |
| ccpp | \u00b9 | |
| urlencoded | %C2%B9 | |
| utf8bytes | c2 b9 | |
| utf16bebytes | 00 b9 | |
| utf32bebytes | 00 00 00 b9 |
How to Use
HTML:
¹
CSS:
content: "\00B9"
JavaScript:
"\u{B9}"
Python:
"\u00b9"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Other Number (No)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0031