Square A Over M

Shortcodes

Copy and paste codes for Square A Over M symbol ㏟ to use in your websites, apps, blogs, and more.

Unicode
U+33DF
HTML Code
㏟
HEX Code
㏟
CSS Code
\33DF
JS/JSON
\u33DF
Unix/C/PHP/JAVA
0x33DF
URL-encode
%E3%8F%9F
copied

Customize Square A Over M Symbol

Customize ㏟ symbol as you like and download Square A Over M 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 A Over M symbol in HTML, CSS, and JS?

Insert ㏟ Square A Over M using HTML

1. Copy-paste Square A Over M directly:
<span>㏟</span>
2. HTML Decimal Code:
<span>&#13279;</span>
3. Hexadecimal Code:
<span>&#x33DF;</span>
Preview:

Add Square A Over M symbol with CSS

.square-a-over-m::before {
    content: '\\33DF';
}
Preview: Square A Over M

Square A Over M JavaScript Code

1. Direct Symbol:
document.querySelector('.square-a-over-m').textContent = '㏟';
2. Unicode Escape for ㏟:
document.querySelector('.square-a-over-m').textContent = '\u33DF';
Preview: