Square K Ohm

Shortcodes

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

Unicode
U+33C0
HTML Code
㏀
HEX Code
㏀
CSS Code
\33C0
JS/JSON
\u33C0
Unix/C/PHP/JAVA
0x33C0
URL-encode
%E3%8F%80
copied

Customize Square K Ohm Symbol

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

Insert ㏀ Square K Ohm using HTML

1. Copy-paste Square K Ohm directly:
<span>㏀</span>
2. HTML Decimal Code:
<span>&#13248;</span>
3. Hexadecimal Code:
<span>&#x33C0;</span>
Preview:

Add Square K Ohm symbol with CSS

.square-k-ohm::before {
    content: '\\33C0';
}
Preview: Square K Ohm

Square K Ohm JavaScript Code

1. Direct Symbol:
document.querySelector('.square-k-ohm').textContent = '㏀';
2. Unicode Escape for ㏀:
document.querySelector('.square-k-ohm').textContent = '\u33C0';
Preview: