Neither Less-Than nor Greater-Than
Name Neither Less-Than nor Greater-Than
Unicode U+2278
CSS Code \2278
HTML Entity ≸
HTML Code ≸
html
<div>&#8824;</div>
css
div::before {
  content: "\2278";
}