Fullwidth Latin Capital Letter G

Shortcodes

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

Unicode
U+FF27
HTML Code
G
HEX Code
G
CSS Code
\FF27
JS/JSON
\uFF27
Unix/C/PHP/JAVA
0xFF27
URL-encode
%EF%BC%A7
copied

Customize Fullwidth Latin Capital Letter G Symbol

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

Insert G Fullwidth Latin Capital Letter G using HTML

1. Copy-paste Fullwidth Latin Capital Letter G directly:
<span>G</span>
2. HTML Decimal Code:
<span>&#65319;</span>
3. Hexadecimal Code:
<span>&#xFF27;</span>
Preview:

Add Fullwidth Latin Capital Letter G symbol with CSS

.fullwidth-latin-capital-letter-g::before {
    content: '\\FF27';
}
Preview: Fullwidth Latin Capital Letter G

Fullwidth Latin Capital Letter G JavaScript Code

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