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 THREE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00B3 | |
| decimal | 179 | |
| htmldecimal | ³ | |
| htmlhex | ³ | |
| css | \00B3 | |
| javascript | \u{B3} | |
| python | \u00b3 | |
| java | \u00B3 | |
| go | \u00B3 | |
| ruby | \u{B3} | |
| rust | \u{B3} | |
| ccpp | \u00b3 | |
| urlencoded | %C2%B3 | |
| utf8bytes | c2 b3 | |
| utf16bebytes | 00 b3 | |
| utf32bebytes | 00 00 00 b3 |
How to Use
HTML:
³
CSS:
content: "\00B3"
JavaScript:
"\u{B3}"
Python:
"\u00b3"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Other Number (No)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0033