ü
U with two Dots
Name U with two Dots
Unicode U+00FC
CSS Code \00FC
HTML Entity ü
HTML Code ü
html
<div>&#252;</div>
css
div::before {
  content: "\00FC";
}