Square Mu G

Shortcodes

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

Unicode
U+338D
HTML Code
㎍
HEX Code
㎍
CSS Code
\338D
JS/JSON
\u338D
Unix/C/PHP/JAVA
0x338D
URL-encode
%E3%8E%8D
copied

Customize Square Mu G Symbol

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

Insert ㎍ Square Mu G using HTML

1. Copy-paste Square Mu G directly:
<span>㎍</span>
2. HTML Decimal Code:
<span>&#13197;</span>
3. Hexadecimal Code:
<span>&#x338D;</span>
Preview:

Add Square Mu G symbol with CSS

.square-mu-g::before {
    content: '\\338D';
}
Preview: Square Mu G

Square Mu G JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mu-g').textContent = '㎍';
2. Unicode Escape for ㎍:
document.querySelector('.square-mu-g').textContent = '\u338D';
Preview: