Latin Capital Letter G With Dot Above

Ġ

Shortcodes

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

Unicode
U+0120
HTML Code
Ġ
HEX Code
Ġ
CSS Code
\120
JS/JSON
\u0120
Unix/C/PHP/JAVA
0x120
URL-encode
%C4%A0
copied

Customize Latin Capital Letter G With Dot Above Symbol

Customize Ġ symbol as you like and download Latin Capital 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 Capital Letter G With Dot Above symbol in HTML, CSS, and JS?

Insert Ġ Latin Capital Letter G With Dot Above using HTML

1. Copy-paste Latin Capital Letter G With Dot Above directly:
<span>Ġ</span>
2. HTML Decimal Code:
<span>&#288;</span>
3. Hexadecimal Code:
<span>&#x0120;</span>
Preview: Ġ

Add Latin Capital Letter G With Dot Above symbol with CSS

.latin-capital-letter-g-with-dot-above::before {
    content: '\\120';
}
Preview: Latin Capital Letter G With Dot Above

Latin Capital Letter G With Dot Above JavaScript Code

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