Square V Over M

Shortcodes

Copy and paste codes for Square V Over M symbol ㏞ to use in your websites, apps, blogs, and more.

Unicode
U+33DE
HTML Code
㏞
HEX Code
㏞
CSS Code
\33DE
JS/JSON
\u33DE
Unix/C/PHP/JAVA
0x33DE
URL-encode
%E3%8F%9E
copied

Customize Square V Over M Symbol

Customize ㏞ symbol as you like and download Square V Over M 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 V Over M symbol in HTML, CSS, and JS?

Insert ㏞ Square V Over M using HTML

1. Copy-paste Square V Over M directly:
<span>㏞</span>
2. HTML Decimal Code:
<span>&#13278;</span>
3. Hexadecimal Code:
<span>&#x33DE;</span>
Preview:

Add Square V Over M symbol with CSS

.square-v-over-m::before {
    content: '\\33DE';
}
Preview: Square V Over M

Square V Over M JavaScript Code

1. Direct Symbol:
document.querySelector('.square-v-over-m').textContent = '㏞';
2. Unicode Escape for ㏞:
document.querySelector('.square-v-over-m').textContent = '\u33DE';
Preview: