Latin Capital Letter G With Breve

Ğ

Shortcodes

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

Unicode
U+011E
HTML Code
Ğ
HEX Code
Ğ
CSS Code
\11E
JS/JSON
\u011E
Unix/C/PHP/JAVA
0x11E
URL-encode
%C4%9E
copied

Customize Latin Capital Letter G With Breve Symbol

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

Insert Ğ Latin Capital Letter G With Breve using HTML

1. Copy-paste Latin Capital Letter G With Breve directly:
<span>Ğ</span>
2. HTML Decimal Code:
<span>&#286;</span>
3. Hexadecimal Code:
<span>&#x011E;</span>
Preview: Ğ

Add Latin Capital Letter G With Breve symbol with CSS

.latin-capital-letter-g-with-breve::before {
    content: '\\11E';
}
Preview: Latin Capital Letter G With Breve

Latin Capital Letter G With Breve JavaScript Code

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