Latin Letter Small Capital G

ɢ

Shortcodes

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

Unicode
U+0262
HTML Code
ɢ
HEX Code
ɢ
CSS Code
\262
JS/JSON
\u0262
Unix/C/PHP/JAVA
0x262
URL-encode
%C9%A2
copied

Customize Latin Letter Small Capital G Symbol

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

Insert ɢ Latin Letter Small Capital G using HTML

1. Copy-paste Latin Letter Small Capital G directly:
<span>ɢ</span>
2. HTML Decimal Code:
<span>&#610;</span>
3. Hexadecimal Code:
<span>&#x0262;</span>
Preview: ɢ

Add Latin Letter Small Capital G symbol with CSS

.latin-letter-small-capital-g::before {
    content: '\\262';
}
Preview: Latin Letter Small Capital G

Latin Letter Small Capital G JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-g').textContent = 'ɢ';
2. Unicode Escape for ɢ:
document.querySelector('.latin-letter-small-capital-g').textContent = '\u0262';
Preview: ɢ