Square Mv Mega

Shortcodes

Copy useful codes for square mv mega symbol ㎹ to use in websites, apps, blogs, and docs.

Unicode
U+33B9
HTML Code
㎹
HEX Code
㎹
CSS Code
\33B9
JS/JSON
\u33B9
Unix/C/PHP/JAVA
0x33B9
URL-encode
%E3%8E%B9

Customize Square Mv Mega

Customize ㎹, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Mv Mega Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㎹</span>
HTML Code:
<span>&#13241;</span>
HEX Code:
<span>&#x33B9;</span>

Add with CSS

.square-mv-mega::before {
  content: '\\33B9';
}

Set it in JavaScript

document.querySelector('.square-mv-mega').textContent = '㎹';
copied