Greater-than with dot (⋗) is the Unicode character at U+22D7 in Mathematical Operators. Official name: GREATER-THAN WITH DOT. It is a single math relation — not a plain greater-than plus a separate dot.
Remember
Character ⋗
Unicode U+22D7
Named entity ⋗
Hex entity ⋗
Decimal ⋗
CSS escape \22D7
Meaning greater-than with dot
Not the same > (>) · ⋖ (⋖) · · (middle dot alone)
Prefer ⋗ in HTML. Alternatives: ⋗, ⋗, or paste ⋗ in a UTF-8 document.
Built with Named: ⋗
Built with Hex: ⋗
Built with Decimal: ⋗
Built with CSS: ⋗
Typed: ⋗
Sample: a ⋗ b
Plain > (different): >
How It Works
1. Named:⋗ is the HTML5 name for U+22D7 → ⋗. Prefer this in markup.
2. Hex:⋗ inserts the same code point. Same visual as named.
3. Decimal: same code point as 8919 → ⋗.
4. CSS: use \22D7 in content (not an HTML entity). Four hex digits are enough; keep a space or quote end after the escape if more digits follow.
5. Typed: paste ⋗ in a UTF-8 document when your editor supports it. Compare with > for plain greater-than.
Pitfalls & Tips
Common mistakes when working with greater-than with dot.
Name
Prefer ⋗
The named entity is clearer than stacking > and a middle dot, and matches the single Unicode character.
Compose
Do not fake it with two characters
> plus · is two glyphs. ⋗ is one code point and may look different in math fonts.
vs >
Not plain greater-than
For ordinary comparisons, use >. Use ⋗ only when you need the dotted form.
Mirror
Mirror form exists
Less-than with dot is ⋖ (U+22D6) — a different character from U+22D7.
Font
Check math font coverage
Some UI fonts omit Mathematical Operators. Prefer a math-capable font if the glyph shows as a box.
CSS vs HTML
Do not mix escapes
\22D7 belongs in CSS strings. ⋗ / ⋗ / ⋗ belong in HTML.
Semicolon
End references
Always finish entities with ; — write ⋗, not >dot.
Compatibility
Browser Support
Greater-than with dot (U+22D7) and its entity forms (⋗, ⋗, ⋗, CSS \\22D7) are supported in all mainstream browsers that implement Unicode and HTML entities. Glyph visibility depends on font coverage.
✓ Universal entity support
Greater Than With Dot (⋗)
Encode with named, hex, decimal, CSS escape, or paste the character — same code point everywhere encoding is supported.
100%Entity support
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes
U+22D7Full support
Bottom line: Prefer ⋗ in HTML. Use ⋗ / ⋗ when numeric form is required, and \\22D7 only inside CSS content.
Prefer ⋗ (named). You can also use ⋗ (hex), ⋗ (decimal), paste ⋗ in a UTF-8 document, or the CSS escape \22D7 in content.
U+22D7 (GREATER-THAN WITH DOT). Hex 22D7, decimal 8919. It belongs to Mathematical Operators.
Yes. HTML5 defines ⋗ for U+22D7. Prefer it when you want readable math markup.
Use ⋗ when a formal math text needs the dotted greater-than relation. For plain comparisons, use >.
HTML entities (⋗, ⋗, or ⋗) go in markup. The CSS escape \22D7 goes in stylesheet strings (usually content on ::before/::after).
No. ⋗ is one code point (U+22D7). Typing > and a dot makes two characters and may look different.
🤔
Did you know?
Greater-than with dot is Unicode U+22D7 (decimal 8919) — glyph ⋗ (GREATER-THAN WITH DOT) in Mathematical Operators. HTML5 named entity: ⋗. Prefer ⋗ in HTML. It is one character, not > plus a separate middle dot.