ð
Latin Small Letter Eth
Name Latin Small Letter Eth
Unicode U+00F0
CSS Code \00F0
HTML Entity ð
HTML Code ð
html
<div>&#240;</div>
css
div::before {
  content: "\00F0";
}