Fullwidth Latin Capital Letter G
G
Shortcodes
Copy useful codes for fullwidth latin capital letter g symbol G to use in websites, apps, blogs, and docs.
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 Customize Fullwidth Latin Capital Letter G
Customize G, download it as SVG or PNG, or copy the generated HTML snippet.
G
How to use Fullwidth Latin Capital Letter G Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>G</span> HTML Code:
<span>G</span> HEX Code:
<span>G</span> Add with CSS
.fullwidth-latin-capital-letter-g::before {
content: '\\FF27';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-g').textContent = 'G';