Latin Small Letter G With Circumflex
ĝ
Shortcodes
Copy useful codes for latin small letter g with circumflex symbol ĝ to use in websites, apps, blogs, and docs.
Unicode
U+011D HTML Code
ĝ HEX Code
ĝ CSS Code
\011D JS/JSON
\u011D Unix/C/PHP/JAVA
0x11D URL-encode
%C4%9D Customize Latin Small Letter G With Circumflex
Customize ĝ, download it as SVG or PNG, or copy the generated HTML snippet.
ĝ
How to use Latin Small Letter G With Circumflex Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ĝ</span> HTML Code:
<span>ĝ</span> HEX Code:
<span>ĝ</span> Add with CSS
.latin-small-letter-g-with-circumflex::before {
content: '\\011D';
} Set it in JavaScript
document.querySelector('.latin-small-letter-g-with-circumflex').textContent = 'ĝ';