Square Ma

Shortcodes

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

Unicode
U+3383
HTML Code
㎃
HEX Code
㎃
CSS Code
\3383
JS/JSON
\u3383
Unix/C/PHP/JAVA
0x3383
URL-encode
%E3%8E%83
copied

Customize Square Ma Symbol

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

Insert ㎃ Square Ma using HTML

1. Copy-paste Square Ma directly:
<span>㎃</span>
2. HTML Decimal Code:
<span>&#13187;</span>
3. Hexadecimal Code:
<span>&#x3383;</span>
Preview:

Add Square Ma symbol with CSS

.square-ma::before {
    content: '\\3383';
}
Preview: Square Ma

Square Ma JavaScript Code

1. Direct Symbol:
document.querySelector('.square-ma').textContent = '㎃';
2. Unicode Escape for ㎃:
document.querySelector('.square-ma').textContent = '\u3383';
Preview: