Square Am

Shortcodes

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

Unicode
U+33C2
HTML Code
㏂
HEX Code
㏂
CSS Code
\33C2
JS/JSON
\u33C2
Unix/C/PHP/JAVA
0x33C2
URL-encode
%E3%8F%82
copied

Customize Square Am Symbol

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

Insert ㏂ Square Am using HTML

1. Copy-paste Square Am directly:
<span>㏂</span>
2. HTML Decimal Code:
<span>&#13250;</span>
3. Hexadecimal Code:
<span>&#x33C2;</span>
Preview:

Add Square Am symbol with CSS

.square-am::before {
    content: '\\33C2';
}
Preview: Square Am

Square Am JavaScript Code

1. Direct Symbol:
document.querySelector('.square-am').textContent = '㏂';
2. Unicode Escape for ㏂:
document.querySelector('.square-am').textContent = '\u33C2';
Preview: