Squared Latin Capital Letter G

๐Ÿ„ถ

Shortcodes

Copy and paste codes for Squared Latin Capital Letter G symbol ๐Ÿ„ถ to use in your websites, apps, blogs, and more.

Unicode
U+1F136
HTML Code
🄶
HEX Code
🄶
CSS Code
\1F136
JS/JSON
\u1F136
Unix/C/PHP/JAVA
0x1F136
URL-encode
%F0%9F%84%B6
copied

Customize Squared Latin Capital Letter G Symbol

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

Insert ๐Ÿ„ถ Squared Latin Capital Letter G using HTML

1. Copy-paste Squared Latin Capital Letter G directly:
<span>๐Ÿ„ถ</span>
2. HTML Decimal Code:
<span>&#127286;</span>
3. Hexadecimal Code:
<span>&#x1F136;</span>
Preview: ๐Ÿ„ถ

Add Squared Latin Capital Letter G symbol with CSS

.squared-latin-capital-letter-g::before {
    content: '\\1F136';
}
Preview: Squared Latin Capital Letter G

Squared Latin Capital Letter G JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-g').textContent = '๐Ÿ„ถ';
2. Unicode Escape for ๐Ÿ„ถ:
document.querySelector('.squared-latin-capital-letter-g').textContent = '\u1F136';
Preview: ๐Ÿ„ถ