ÿ
Latin Small Letter Y with Diaeresis
Name Latin Small Letter Y with Diaeresis
Unicode U+00FF
CSS Code \00FF
HTML Entity ÿ
HTML Code ÿ
html
<div>&#255;</div>
css
div::before {
  content: "\00FF";
}