Greek Subscript Small Letter Gamma

Shortcodes

Copy and paste codes for Greek Subscript Small Letter Gamma symbol ᵧ to use in your websites, apps, blogs, and more.

Unicode
U+1D67
HTML Code
ᵧ
HEX Code
ᵧ
CSS Code
\1D67
JS/JSON
\u1D67
Unix/C/PHP/JAVA
0x1D67
URL-encode
%E1%B5%A7
copied

Customize Greek Subscript Small Letter Gamma Symbol

Customize ᵧ symbol as you like and download Greek Subscript Small Letter Gamma 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 Greek Subscript Small Letter Gamma symbol in HTML, CSS, and JS?

Insert ᵧ Greek Subscript Small Letter Gamma using HTML

1. Copy-paste Greek Subscript Small Letter Gamma directly:
<span>ᵧ</span>
2. HTML Decimal Code:
<span>&#7527;</span>
3. Hexadecimal Code:
<span>&#x1D67;</span>
Preview:

Add Greek Subscript Small Letter Gamma symbol with CSS

.greek-subscript-small-letter-gamma::before {
    content: '\\1D67';
}
Preview: Greek Subscript Small Letter Gamma

Greek Subscript Small Letter Gamma JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-subscript-small-letter-gamma').textContent = 'ᵧ';
2. Unicode Escape for ᵧ:
document.querySelector('.greek-subscript-small-letter-gamma').textContent = '\u1D67';
Preview: