Modifier Letter Small G

Shortcodes

Copy and paste codes for Modifier Letter Small G symbol ᵍ to use in your websites, apps, blogs, and more.

Unicode
U+1D4D
HTML Code
ᵍ
HEX Code
ᵍ
CSS Code
\1D4D
JS/JSON
\u1D4D
Unix/C/PHP/JAVA
0x1D4D
URL-encode
%E1%B5%8D
copied

Customize Modifier Letter Small G Symbol

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

Insert ᵍ Modifier Letter Small G using HTML

1. Copy-paste Modifier Letter Small G directly:
<span>ᵍ</span>
2. HTML Decimal Code:
<span>&#7501;</span>
3. Hexadecimal Code:
<span>&#x1D4D;</span>
Preview:

Add Modifier Letter Small G symbol with CSS

.modifier-letter-small-g::before {
    content: '\\1D4D';
}
Preview: Modifier Letter Small G

Modifier Letter Small G JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-g').textContent = 'ᵍ';
2. Unicode Escape for ᵍ:
document.querySelector('.modifier-letter-small-g').textContent = '\u1D4D';
Preview: