Square Mg

Shortcodes

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

Unicode
U+338E
HTML Code
㎎
HEX Code
㎎
CSS Code
\338E
JS/JSON
\u338E
Unix/C/PHP/JAVA
0x338E
URL-encode
%E3%8E%8E
copied

Customize Square Mg Symbol

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

Insert ㎎ Square Mg using HTML

1. Copy-paste Square Mg directly:
<span>㎎</span>
2. HTML Decimal Code:
<span>&#13198;</span>
3. Hexadecimal Code:
<span>&#x338E;</span>
Preview:

Add Square Mg symbol with CSS

.square-mg::before {
    content: '\\338E';
}
Preview: Square Mg

Square Mg JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mg').textContent = '㎎';
2. Unicode Escape for ㎎:
document.querySelector('.square-mg').textContent = '\u338E';
Preview: