Square Gpa

Shortcodes

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

Unicode
U+33AC
HTML Code
㎬
HEX Code
㎬
CSS Code
\33AC
JS/JSON
\u33AC
Unix/C/PHP/JAVA
0x33AC
URL-encode
%E3%8E%AC
copied

Customize Square Gpa Symbol

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

Insert ㎬ Square Gpa using HTML

1. Copy-paste Square Gpa directly:
<span>㎬</span>
2. HTML Decimal Code:
<span>&#13228;</span>
3. Hexadecimal Code:
<span>&#x33AC;</span>
Preview:

Add Square Gpa symbol with CSS

.square-gpa::before {
    content: '\\33AC';
}
Preview: Square Gpa

Square Gpa JavaScript Code

1. Direct Symbol:
document.querySelector('.square-gpa').textContent = '㎬';
2. Unicode Escape for ㎬:
document.querySelector('.square-gpa').textContent = '\u33AC';
Preview: