Square C Over Kg

Shortcodes

Copy and paste codes for Square C Over Kg symbol ㏆ to use in your websites, apps, blogs, and more.

Unicode
U+33C6
HTML Code
㏆
HEX Code
㏆
CSS Code
\33C6
JS/JSON
\u33C6
Unix/C/PHP/JAVA
0x33C6
URL-encode
%E3%8F%86
copied

Customize Square C Over Kg Symbol

Customize ㏆ symbol as you like and download Square C Over Kg 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 C Over Kg symbol in HTML, CSS, and JS?

Insert ㏆ Square C Over Kg using HTML

1. Copy-paste Square C Over Kg directly:
<span>㏆</span>
2. HTML Decimal Code:
<span>&#13254;</span>
3. Hexadecimal Code:
<span>&#x33C6;</span>
Preview:

Add Square C Over Kg symbol with CSS

.square-c-over-kg::before {
    content: '\\33C6';
}
Preview: Square C Over Kg

Square C Over Kg JavaScript Code

1. Direct Symbol:
document.querySelector('.square-c-over-kg').textContent = '㏆';
2. Unicode Escape for ㏆:
document.querySelector('.square-c-over-kg').textContent = '\u33C6';
Preview: