Square Mg

Shortcodes

Copy useful codes for square mg symbol ㎎ to use in websites, apps, blogs, and docs.

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

Customize Square Mg

Customize ㎎, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Mg Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㎎</span>
HTML Code:
<span>&#13198;</span>
HEX Code:
<span>&#x338E;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.square-mg').textContent = '㎎';
copied