Latin Capital Letter G With Cedilla

Ģ

Shortcodes

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

Unicode
U+0122
HTML Code
Ģ
HEX Code
Ģ
CSS Code
\122
JS/JSON
\u0122
Unix/C/PHP/JAVA
0x122
URL-encode
%C4%A2
copied

Customize Latin Capital Letter G With Cedilla Symbol

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

Insert Ģ Latin Capital Letter G With Cedilla using HTML

1. Copy-paste Latin Capital Letter G With Cedilla directly:
<span>Ģ</span>
2. HTML Decimal Code:
<span>&#290;</span>
3. Hexadecimal Code:
<span>&#x0122;</span>
Preview: Ģ

Add Latin Capital Letter G With Cedilla symbol with CSS

.latin-capital-letter-g-with-cedilla::before {
    content: '\\122';
}
Preview: Latin Capital Letter G With Cedilla

Latin Capital Letter G With Cedilla JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-g-with-cedilla').textContent = 'Ģ';
2. Unicode Escape for Ģ:
document.querySelector('.latin-capital-letter-g-with-cedilla').textContent = '\u0122';
Preview: Ģ