Square M Cubed

Shortcodes

Copy and paste codes for Square M Cubed symbol ㎥ to use in your websites, apps, blogs, and more.

Unicode
U+33A5
HTML Code
㎥
HEX Code
㎥
CSS Code
\33A5
JS/JSON
\u33A5
Unix/C/PHP/JAVA
0x33A5
URL-encode
%E3%8E%A5
copied

Customize Square M Cubed Symbol

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

Insert ㎥ Square M Cubed using HTML

1. Copy-paste Square M Cubed directly:
<span>㎥</span>
2. HTML Decimal Code:
<span>&#13221;</span>
3. Hexadecimal Code:
<span>&#x33A5;</span>
Preview:

Add Square M Cubed symbol with CSS

.square-m-cubed::before {
    content: '\\33A5';
}
Preview: Square M Cubed

Square M Cubed JavaScript Code

1. Direct Symbol:
document.querySelector('.square-m-cubed').textContent = '㎥';
2. Unicode Escape for ㎥:
document.querySelector('.square-m-cubed').textContent = '\u33A5';
Preview: