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
Overview
/ (SOLIDUS) is the Unicode character at code point U+002F. It belongs to the Basic Latin block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
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
Compare
Frequently Asked Questions
What is the / character (SOLIDUS)?
/ (SOLIDUS) is the Unicode character U+002F.
What is the Unicode codepoint of SOLIDUS?
The SOLIDUS character (/) has codepoint U+002F.
How do I type or copy SOLIDUS?
Copy / directly, or use the HTML entity, UTF-8, and code encodings shown on this page.