Neither Less-Than Nor Greater-Than

UNICODE

U+02278

HEX CODE

≸

HTML CODE

≸

HTML ENTITY

≸

CSS CODE

\2278
// html example
<span>&#8824;</span>

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