Square Mm Squared

Shortcodes

Copy and paste codes for Square Mm Squared symbol ㎟ to use in your websites, apps, blogs, and more.

Unicode
U+339F
HTML Code
㎟
HEX Code
㎟
CSS Code
\339F
JS/JSON
\u339F
Unix/C/PHP/JAVA
0x339F
URL-encode
%E3%8E%9F
copied

Customize Square Mm Squared Symbol

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

Insert ㎟ Square Mm Squared using HTML

1. Copy-paste Square Mm Squared directly:
<span>㎟</span>
2. HTML Decimal Code:
<span>&#13215;</span>
3. Hexadecimal Code:
<span>&#x339F;</span>
Preview:

Add Square Mm Squared symbol with CSS

.square-mm-squared::before {
    content: '\\339F';
}
Preview: Square Mm Squared

Square Mm Squared JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mm-squared').textContent = '㎟';
2. Unicode Escape for ㎟:
document.querySelector('.square-mm-squared').textContent = '\u339F';
Preview: