Square C Over Kg

Shortcodes

Copy useful codes for square c over kg symbol ㏆ to use in websites, apps, blogs, and docs.

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

Customize Square C Over Kg

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

  

How to use Square C Over Kg Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㏆</span>
HTML Code:
<span>&#13254;</span>
HEX Code:
<span>&#x33C6;</span>

Add with CSS

.square-c-over-kg::before {
  content: '\\33C6';
}

Set it in JavaScript

document.querySelector('.square-c-over-kg').textContent = '㏆';
copied