Square Mu G
㎍
Shortcodes
Copy useful codes for square mu g symbol ㎍ to use in websites, apps, blogs, and docs.
Unicode
U+338D HTML Code
㎍ HEX Code
㎍ CSS Code
\338D JS/JSON
\u338D Unix/C/PHP/JAVA
0x338D URL-encode
%E3%8E%8D Customize Square Mu G
Customize ㎍, download it as SVG or PNG, or copy the generated HTML snippet.
㎍
How to use Square Mu G Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>㎍</span> HTML Code:
<span>㎍</span> HEX Code:
<span>㎍</span> Add with CSS
.square-mu-g::before {
content: '\\338D';
} Set it in JavaScript
document.querySelector('.square-mu-g').textContent = '㎍';