Latin Small Letter G With Dot Above

ġ

Shortcodes

Copy and paste codes for Latin Small Letter G With Dot Above symbol ġ to use in your websites, apps, blogs, and more.

Unicode
U+0121
HTML Code
ġ
HEX Code
ġ
CSS Code
\121
JS/JSON
\u0121
Unix/C/PHP/JAVA
0x121
URL-encode
%C4%A1
copied

Customize Latin Small Letter G With Dot Above Symbol

Customize ġ symbol as you like and download Latin Small Letter G With Dot Above as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ġ

                        
                    

How to add Latin Small Letter G With Dot Above symbol in HTML, CSS, and JS?

Insert ġ Latin Small Letter G With Dot Above using HTML

1. Copy-paste Latin Small Letter G With Dot Above directly:
<span>ġ</span>
2. HTML Decimal Code:
<span>&#289;</span>
3. Hexadecimal Code:
<span>&#x0121;</span>
Preview: ġ

Add Latin Small Letter G With Dot Above symbol with CSS

.latin-small-letter-g-with-dot-above::before {
    content: '\\121';
}
Preview: Latin Small Letter G With Dot Above

Latin Small Letter G With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-g-with-dot-above').textContent = 'ġ';
2. Unicode Escape for ġ:
document.querySelector('.latin-small-letter-g-with-dot-above').textContent = '\u0121';
Preview: ġ