Square M Ohm

Shortcodes

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

Unicode
U+33C1
HTML Code
㏁
HEX Code
㏁
CSS Code
\33C1
JS/JSON
\u33C1
Unix/C/PHP/JAVA
0x33C1
URL-encode
%E3%8F%81
copied

Customize Square M Ohm Symbol

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

Insert ㏁ Square M Ohm using HTML

1. Copy-paste Square M Ohm directly:
<span>㏁</span>
2. HTML Decimal Code:
<span>&#13249;</span>
3. Hexadecimal Code:
<span>&#x33C1;</span>
Preview:

Add Square M Ohm symbol with CSS

.square-m-ohm::before {
    content: '\\33C1';
}
Preview: Square M Ohm

Square M Ohm JavaScript Code

1. Direct Symbol:
document.querySelector('.square-m-ohm').textContent = '㏁';
2. Unicode Escape for ㏁:
document.querySelector('.square-m-ohm').textContent = '\u33C1';
Preview: