Square Mu F

Shortcodes

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

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

Customize Square Mu F Symbol

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

Insert ㎌ Square Mu F using HTML

1. Copy-paste Square Mu F directly:
<span>㎌</span>
2. HTML Decimal Code:
<span>&#13196;</span>
3. Hexadecimal Code:
<span>&#x338C;</span>
Preview:

Add Square Mu F symbol with CSS

.square-mu-f::before {
    content: '\\338C';
}
Preview: Square Mu F

Square Mu F JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mu-f').textContent = '㎌';
2. Unicode Escape for ㎌:
document.querySelector('.square-mu-f').textContent = '\u338C';
Preview: