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' : ''">
/
SOLIDUS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+002F | |
| decimal | 47 | |
| htmldecimal | / | |
| htmlhex | / | |
| css | \002F | |
| javascript | \u{2F} | |
| python | \u002f | |
| java | \u002F | |
| go | \u002F | |
| ruby | \u{2F} | |
| rust | \u{2F} | |
| ccpp | \u002f | |
| urlencoded | / | |
| utf8bytes | 2f | |
| utf16bebytes | 00 2f | |
| utf32bebytes | 00 00 00 2f |
How to Use
HTML:
/
CSS:
content: "\002F"
JavaScript:
"\u{2F}"
Python:
"\u002f"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- CS
- Combining
- 0
- Mirrored
- No