Latin Small Letter G With Circumflex

ĝ

Shortcodes

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

Unicode
U+011D
HTML Code
ĝ
HEX Code
ĝ
CSS Code
\11D
JS/JSON
\u011D
Unix/C/PHP/JAVA
0x11D
URL-encode
%C4%9D
copied

Customize Latin Small Letter G With Circumflex Symbol

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

Insert ĝ Latin Small Letter G With Circumflex using HTML

1. Copy-paste Latin Small Letter G With Circumflex directly:
<span>ĝ</span>
2. HTML Decimal Code:
<span>&#285;</span>
3. Hexadecimal Code:
<span>&#x011D;</span>
Preview: ĝ

Add Latin Small Letter G With Circumflex symbol with CSS

.latin-small-letter-g-with-circumflex::before {
    content: '\\11D';
}
Preview: Latin Small Letter G With Circumflex

Latin Small Letter G With Circumflex JavaScript Code

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