SOLIDUS vs FRACTION SLASH
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
/
SOLIDUS
U+002F
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⁄
FRACTION SLASH
U+2044
View details →
VS
Property Comparison
| Property | / U+002F | ⁄ U+2044 |
|---|---|---|
| Name | SOLIDUS | FRACTION SLASH |
| Block | Basic Latin | General Punctuation |
| Script | Zyyy | Zyyy |
| Category | Other Punctuation (Po) | Math Symbol (Sm) |
| Bidirectional | CS | CS |
Encoding Comparison
| Format | U+002F | U+2044 |
|---|---|---|
| unicode | U+002F | U+2044 |
| decimal | 47 | 8260 |
| htmldecimal | / | ⁄ |
| htmlhex | / | ⁄ |
| css | \002F | \2044 |
| javascript | \u{2F} | \u{2044} |
| python | \u002f | \u2044 |
| java | \u002F | \u2044 |
| go | \u002F | \u2044 |
| ruby | \u{2F} | \u{2044} |
| rust | \u{2F} | \u{2044} |
| ccpp | \u002f | \u2044 |
| urlencoded | / | %E2%81%84 |
| utf8bytes | 2f | e2 81 84 |
| utf16bebytes | 00 2f | 20 44 |
| utf32bebytes | 00 00 00 2f | 00 00 20 44 |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: SOLIDUS in Basic Latin and FRACTION SLASH in General Punctuation.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.