Square Gal

Shortcodes

Copy and paste codes for Square Gal symbol ㏿ to use in your websites, apps, blogs, and more.

Unicode
U+33FF
HTML Code
㏿
HEX Code
㏿
CSS Code
\33FF
JS/JSON
\u33FF
Unix/C/PHP/JAVA
0x33FF
URL-encode
%E3%8F%BF
copied

Customize Square Gal Symbol

Customize ㏿ symbol as you like and download Square Gal 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 Square Gal symbol in HTML, CSS, and JS?

Insert ㏿ Square Gal using HTML

1. Copy-paste Square Gal directly:
<span>㏿</span>
2. HTML Decimal Code:
<span>&#13311;</span>
3. Hexadecimal Code:
<span>&#x33FF;</span>
Preview:

Add Square Gal symbol with CSS

.square-gal::before {
    content: '\\33FF';
}
Preview: Square Gal

Square Gal JavaScript Code

1. Direct Symbol:
document.querySelector('.square-gal').textContent = '㏿';
2. Unicode Escape for ㏿:
document.querySelector('.square-gal').textContent = '\u33FF';
Preview: