Square Mw Mega

Shortcodes

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

Unicode
U+33BF
HTML Code
㎿
HEX Code
㎿
CSS Code
\33BF
JS/JSON
\u33BF
Unix/C/PHP/JAVA
0x33BF
URL-encode
%E3%8E%BF

Customize Square Mw Mega

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

  

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

Insert in HTML

1. Direct symbol:
<span>㎿</span>
HTML Code:
<span>&#13247;</span>
HEX Code:
<span>&#x33BF;</span>

Add with CSS

.square-mw-mega::before {
  content: '\\33BF';
}

Set it in JavaScript

document.querySelector('.square-mw-mega').textContent = '㎿';
copied