Square Mv

Shortcodes

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

Unicode
U+33B7
HTML Code
㎷
HEX Code
㎷
CSS Code
\33B7
JS/JSON
\u33B7
Unix/C/PHP/JAVA
0x33B7
URL-encode
%E3%8E%B7
copied

Customize Square Mv Symbol

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

Insert ㎷ Square Mv using HTML

1. Copy-paste Square Mv directly:
<span>㎷</span>
2. HTML Decimal Code:
<span>&#13239;</span>
3. Hexadecimal Code:
<span>&#x33B7;</span>
Preview:

Add Square Mv symbol with CSS

.square-mv::before {
    content: '\\33B7';
}
Preview: Square Mv

Square Mv JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mv').textContent = '㎷';
2. Unicode Escape for ㎷:
document.querySelector('.square-mv').textContent = '\u33B7';
Preview: