Fullwidth Latin Small Letter G

Shortcodes

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

Unicode
U+FF47
HTML Code
g
HEX Code
g
CSS Code
\FF47
JS/JSON
\uFF47
Unix/C/PHP/JAVA
0xFF47
URL-encode
%EF%BD%87
copied

Customize Fullwidth Latin Small Letter G Symbol

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

Insert g Fullwidth Latin Small Letter G using HTML

1. Copy-paste Fullwidth Latin Small Letter G directly:
<span>g</span>
2. HTML Decimal Code:
<span>&#65351;</span>
3. Hexadecimal Code:
<span>&#xFF47;</span>
Preview:

Add Fullwidth Latin Small Letter G symbol with CSS

.fullwidth-latin-small-letter-g::before {
    content: '\\FF47';
}
Preview: Fullwidth Latin Small Letter G

Fullwidth Latin Small Letter G JavaScript Code

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