free-symbols

Division Slash Symbol

∕ is the division slash symbol used to represent division in mathematical text and typography.

U+2215

∕ is a math symbol often used to express division clearly in written formulas. It is distinct from the regular forward slash (/). You can copy it directly or use the provided Unicode and escape forms in software.

Division Slash Symbol Meaning

The symbol ∕ is called DIVISION SLASH and has the Unicode code point U+2215. It is commonly used in mathematics and technical writing to represent division as a typographic operator. Compared with the normal slash (/), the division slash is designed with math typography in mind and can appear more appropriate in equations, expressions, and formatted text. In practice, you’ll see ∕ used as a visual stand-in for “divided by,” especially in contexts where spacing and mathematical style matter. It’s also useful for designers creating consistent equation-style symbols across documents and UI.

Common uses

  • Writing division in plain-text math expressions
  • Labeling “divided by” in posters, infographics, and diagrams
  • Formatting step-by-step calculations in reports and worksheets
  • Creating UI text that needs a math-styled divide operator
  • Designing consistent typographic symbols in documents and templates

Examples

∕ Division Slash (U+2215)

  • 12 ∕ 3 = 4
  • A ∕ B is the quotient
  • Speed = distance ∕ time
  • Rate = 60 ∕ 2
  • Compute x ∕ y

Variations

Ready to copy

Technical codes

UnicodeU+2215
HTML Entity∕
HTML Code∕
CSS\2215

FAQ

What does the Division Slash symbol mean?

The symbol ∕ is called DIVISION SLASH and has the Unicode code point U+2215. It is commonly used in mathematics and technical writing to represent division as a typographic operator. Compared with the normal slash (/), the division slash is designed with math typography in mind and can appear more appropriate in equations, expressions, and formatted text. In practice, you’ll see ∕ used as a visual stand-in for “divided by,” especially in contexts where spacing and mathematical style matter. It’s also useful for designers creating consistent equation-style symbols across documents and UI.

Is ∕ the same as a normal forward slash (/)?

No. ∕ is the Division Slash (U+2215), while / is a standard forward slash character. They may look similar, but ∕ is intended as a math division operator.

How do I copy ∕ on the web?

Copy the character directly from this page (∕). If you need an HTML representation, use ∕.

What is the Unicode code point for ∕?

The Unicode code point for ∕ is U+2215, named DIVISION SLASH.

Can I use ∕ in code and styles?

Yes. Common escapes include CSS \\2215 and JavaScript \\u{2215}, depending on your environment.