Square Co

Shortcodes

Copy useful codes for square co symbol ㏇ to use in websites, apps, blogs, and docs.

Unicode
U+33C7
HTML Code
㏇
HEX Code
㏇
CSS Code
\33C7
JS/JSON
\u33C7
Unix/C/PHP/JAVA
0x33C7
URL-encode
%E3%8F%87

Customize Square Co

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

  

How to use Square Co Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㏇</span>
HTML Code:
<span>&#13255;</span>
HEX Code:
<span>&#x33C7;</span>

Add with CSS

.square-co::before {
  content: '\\33C7';
}

Set it in JavaScript

document.querySelector('.square-co').textContent = '㏇';
copied