Equal to or Greater-Than Sign

If you have ever needed a ⋝ Equal to or Greater-Than Sign Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⋝ Symbol to Clipboard

Equal to or Greater-Than Sign Codes

U+022DD

Unicode

⋝

Hex Code

⋝

HTML Code

\22DD

CSS Code

Equal to or Greater-Than Sign Code Examples

HTML Example

<span> &#8925; </span>

CSS Example

span {
   content: "\22DD";
}

Symbol Copied!