ġ
Latin Small Letter G with Dot Above
Name Latin Small Letter G with Dot Above
Unicode U+0121
CSS Code \0121
HTML Entity ġ
HTML Code ġ
html
<div>&#289;</div>
css
div::before {
  content: "\0121";
}