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' : ''">
/
FULLWIDTH SOLIDUS
Overview
/ (FULLWIDTH SOLIDUS) is the Unicode character at code point U+FF0F. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF0F | |
| decimal | 65295 | |
| htmldecimal | / | |
| htmlhex | / | |
| css | \FF0F | |
| javascript | \u{FF0F} | |
| python | \uff0f | |
| java | \uFF0F | |
| go | \uFF0F | |
| ruby | \u{FF0F} | |
| rust | \u{FF0F} | |
| ccpp | \uff0f | |
| urlencoded | %EF%BC%8F | |
| utf8bytes | ef bc 8f | |
| utf16bebytes | ff 0f | |
| utf32bebytes | 00 00 ff 0f |
How to Use
HTML:
/
CSS:
content: "\FF0F"
JavaScript:
"\u{FF0F}"
Python:
"\uff0f"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- CS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 002F
Frequently Asked Questions
What is the / character (FULLWIDTH SOLIDUS)?
/ (FULLWIDTH SOLIDUS) is the Unicode character U+FF0F.
What is the Unicode codepoint of FULLWIDTH SOLIDUS?
The FULLWIDTH SOLIDUS character (/) has codepoint U+FF0F.
How do I type or copy FULLWIDTH SOLIDUS?
Copy / directly, or use the HTML entity, UTF-8, and code encodings shown on this page.