Square Mu M

Shortcodes

Copy and paste codes for Square Mu M symbol ㎛ to use in your websites, apps, blogs, and more.

Unicode
U+339B
HTML Code
㎛
HEX Code
㎛
CSS Code
\339B
JS/JSON
\u339B
Unix/C/PHP/JAVA
0x339B
URL-encode
%E3%8E%9B
copied

Customize Square Mu M Symbol

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

Insert ㎛ Square Mu M using HTML

1. Copy-paste Square Mu M directly:
<span>㎛</span>
2. HTML Decimal Code:
<span>&#13211;</span>
3. Hexadecimal Code:
<span>&#x339B;</span>
Preview:

Add Square Mu M symbol with CSS

.square-mu-m::before {
    content: '\\339B';
}
Preview: Square Mu M

Square Mu M JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mu-m').textContent = '㎛';
2. Unicode Escape for ㎛:
document.querySelector('.square-mu-m').textContent = '\u339B';
Preview: