SOLIDUS vs FRACTION SLASH

/
SOLIDUS
U+002F
View details →
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.

Related Comparisons

/ SOLIDUS details ⁄ FRACTION SLASH details All Comparisons