Reversed Prime Symbol
The reversed prime ‵ (U+2035) is a punctuation mark used as a mirrored prime-like symbol.
U+2035
The symbol ‵ is named the reversed prime and has Unicode code point U+2035. It’s a punctuation character often used when you need a mirrored alternative to the more common prime marks. This page helps you copy it and use it reliably in text and code.
Reversed Prime Symbol Meaning
The reversed prime (‵) is a Unicode punctuation character (U+2035) intended to represent a prime-like mark in a reversed or mirrored form. In practice, people use it as a stylistic or typographic alternative to standard prime symbols when consistency with surrounding formatting is important. Depending on your font and the context, it may appear similar to a turned quote or accent mark, so it’s best used intentionally (e.g., in technical styling, scripted typography, or text layouts where a mirrored mark is desired). When coding, prefer the official Unicode value (U+2035) to avoid relying on font-specific substitutes.
Common uses
- •Typography: use as a mirrored alternative to a prime/quote-like mark in designs
- •Technical text styling: represent a reversed prime in documents or specifications
- •UI strings: include the symbol in labels where a distinct mirrored mark is needed
- •Editorial layouts: match a mirrored punctuation style across a design system
- •Code-ready content: store and transmit the exact character via Unicode
Examples
‵ Reversed Prime (U+2035)
- ‵x‵y
- ‵a‵b
- ‵Version ‵1.2
- ‵Note: use ‵ for the mirrored mark
- ‵Angle: 30°‵
Variations
Ready to copy
Technical codes
| Unicode | U+2035 | |
| HTML Entity | ‵ | |
| HTML Code | ‵ | |
| CSS | \2035 |
FAQ
What does the Reversed Prime symbol mean?
The reversed prime (‵) is a Unicode punctuation character (U+2035) intended to represent a prime-like mark in a reversed or mirrored form. In practice, people use it as a stylistic or typographic alternative to standard prime symbols when consistency with surrounding formatting is important. Depending on your font and the context, it may appear similar to a turned quote or accent mark, so it’s best used intentionally (e.g., in technical styling, scripted typography, or text layouts where a mirrored mark is desired). When coding, prefer the official Unicode value (U+2035) to avoid relying on font-specific substitutes.
What is the Unicode code point for the reversed prime symbol?
The reversed prime symbol ‵ has Unicode code point U+2035.
How do I copy and paste the symbol ‵ correctly?
Copy the character directly from this page. For best results in technical contexts, use its Unicode value U+2035 or the provided HTML entity ‵.
What are the HTML, CSS, and JavaScript escapes for U+2035?
HTML entity: ‵ • CSS escape: \\2035 • JavaScript escape: \\u{2035}.
Will the symbol look the same in every font?
No. Font support and glyph design can affect the appearance, so the safest approach is to use the exact Unicode character and test it in your target fonts.