Latin Small Letter G With Breve

ğ

Shortcodes

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

Unicode
U+011F
HTML Code
ğ
HEX Code
ğ
CSS Code
\11F
JS/JSON
\u011F
Unix/C/PHP/JAVA
0x11F
URL-encode
%C4%9F
copied

Customize Latin Small Letter G With Breve Symbol

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

Insert ğ Latin Small Letter G With Breve using HTML

1. Copy-paste Latin Small Letter G With Breve directly:
<span>ğ</span>
2. HTML Decimal Code:
<span>&#287;</span>
3. Hexadecimal Code:
<span>&#x011F;</span>
Preview: ğ

Add Latin Small Letter G With Breve symbol with CSS

.latin-small-letter-g-with-breve::before {
    content: '\\11F';
}
Preview: Latin Small Letter G With Breve

Latin Small Letter G With Breve JavaScript Code

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