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 REVERSE SOLIDUS
Overview
\ (FULLWIDTH REVERSE SOLIDUS) is the Unicode character at code point U+FF3C. 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+FF3C | |
| decimal | 65340 | |
| htmldecimal | \ | |
| htmlhex | \ | |
| css | \FF3C | |
| javascript | \u{FF3C} | |
| python | \uff3c | |
| java | \uFF3C | |
| go | \uFF3C | |
| ruby | \u{FF3C} | |
| rust | \u{FF3C} | |
| ccpp | \uff3c | |
| urlencoded | %EF%BC%BC | |
| utf8bytes | ef bc bc | |
| utf16bebytes | ff 3c | |
| utf32bebytes | 00 00 ff 3c |
How to Use
HTML:
\
CSS:
content: "\FF3C"
JavaScript:
"\u{FF3C}"
Python:
"\uff3c"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 005C
Frequently Asked Questions
What is the \ character (FULLWIDTH REVERSE SOLIDUS)?
\ (FULLWIDTH REVERSE SOLIDUS) is the Unicode character U+FF3C.
What is the Unicode codepoint of FULLWIDTH REVERSE SOLIDUS?
The FULLWIDTH REVERSE SOLIDUS character (\) has codepoint U+FF3C.
How do I type or copy FULLWIDTH REVERSE SOLIDUS?
Copy \ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.