Neither Greater-Than Nor Less-Than

UNICODE

U+02279

HEX CODE

≹

HTML CODE

≹

HTML ENTITY

≹

CSS CODE

\2279
// html example
<span>&#8825;</span>

// css example
span {
  content: "\2279";
}