Latin Small Letter G With Cedilla

ģ

Shortcodes

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

Unicode
U+0123
HTML Code
ģ
HEX Code
ģ
CSS Code
\123
JS/JSON
\u0123
Unix/C/PHP/JAVA
0x123
URL-encode
%C4%A3
copied

Customize Latin Small Letter G With Cedilla Symbol

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

Insert ģ Latin Small Letter G With Cedilla using HTML

1. Copy-paste Latin Small Letter G With Cedilla directly:
<span>ģ</span>
2. HTML Decimal Code:
<span>&#291;</span>
3. Hexadecimal Code:
<span>&#x0123;</span>
Preview: ģ

Add Latin Small Letter G With Cedilla symbol with CSS

.latin-small-letter-g-with-cedilla::before {
    content: '\\123';
}
Preview: Latin Small Letter G With Cedilla

Latin Small Letter G With Cedilla JavaScript Code

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