~
Tilde
Name Tilde
Unicode U+007E
CSS Code \007E
HTML Entity ˜
HTML Code ~
html
<div>&#126;</div>
css
div::before {
  content: "\007E";
}