>
Greater-Than Sign
Name Greater-Than Sign
Unicode U+003E
CSS Code \003E
HTML Entity >
HTML Code >
html
<div>&#62;</div>
css
div::before {
  content: "\003E";
}