Big Solidus Symbol
⧸ (big solidus) is a math slash symbol used to represent division or “not” style meanings depending on context.
U+29F8
⧸ is the “big solidus” character, Unicode U+29F8. It’s commonly used in math- and logic-style text where a prominent slash is helpful. Use the copy options below to insert it in documents and code.
Big Solidus Symbol Meaning
⧸ is Unicode’s BIG SOLIDUS (U+29F8), a larger-looking slash used primarily in mathematical or formal notation. In many contexts, it can be used like a division operator, similar in purpose to the more familiar “/”, but with a heavier, typographic look. It can also appear in logic and specification writing to indicate “not” or negation (for example, reading patterns like “A⧸B” depending on the convention being followed). Because the exact interpretation depends on the surrounding notation, the safest approach is to pair it with clear labels or consistent formatting in your own material.
Common uses
- •Represent division or ratios in math-like text and inline formulas
- •Show “slash” notation in documents where the standard “/” feels too light
- •Indicate exclusion/negation in custom logic or specification writing
- •Design UI symbols or badges that need a bold, math-style slash
- •Create consistent typography in technical writing and formula rendering
Examples
⧸ Big Solidus (U+29F8)
- ⧸a ⧸ b
- ⧸x ⧸ y
- ⧸table ⧸ chart
- ⧸A ⧸ B
- ⧸p ⧸ q
Variations
Ready to copy
Technical codes
| Unicode | U+29F8 | |
| HTML Entity | ⧸ | |
| HTML Code | ⧸ | |
| CSS | \29F8 |
FAQ
What does the Big Solidus symbol mean?
⧸ is Unicode’s BIG SOLIDUS (U+29F8), a larger-looking slash used primarily in mathematical or formal notation. In many contexts, it can be used like a division operator, similar in purpose to the more familiar “/”, but with a heavier, typographic look. It can also appear in logic and specification writing to indicate “not” or negation (for example, reading patterns like “A⧸B” depending on the convention being followed). Because the exact interpretation depends on the surrounding notation, the safest approach is to pair it with clear labels or consistent formatting in your own material.
What is ⧸ called?
It’s commonly called the Big Solidus (Unicode name: BIG SOLIDUS).
What Unicode code point is ⧸?
⧸ is U+29F8.
How do I copy ⧸ into HTML?
Use the HTML entity: ⧸.
How do I use ⧸ in CSS or JavaScript?
CSS escape: \\29F8. JavaScript escape: \\u{29F8}.