Square Mu W

Shortcodes

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

Unicode
U+33BC
HTML Code
㎼
HEX Code
㎼
CSS Code
\33BC
JS/JSON
\u33BC
Unix/C/PHP/JAVA
0x33BC
URL-encode
%E3%8E%BC
copied

Customize Square Mu W Symbol

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

Insert ㎼ Square Mu W using HTML

1. Copy-paste Square Mu W directly:
<span>㎼</span>
2. HTML Decimal Code:
<span>&#13244;</span>
3. Hexadecimal Code:
<span>&#x33BC;</span>
Preview:

Add Square Mu W symbol with CSS

.square-mu-w::before {
    content: '\\33BC';
}
Preview: Square Mu W

Square Mu W JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mu-w').textContent = '㎼';
2. Unicode Escape for ㎼:
document.querySelector('.square-mu-w').textContent = '\u33BC';
Preview: