ƒ
Latin Small Letter F with Hook
Name Latin Small Letter F with Hook
Unicode U+0192
CSS Code \0192
HTML Entity ƒ
HTML Code ƒ
html
<div>&#402;</div>
css
div::before {
  content: "\0192";
}