Square Sv

Shortcodes

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

Unicode
U+33DC
HTML Code
㏜
HEX Code
㏜
CSS Code
\33DC
JS/JSON
\u33DC
Unix/C/PHP/JAVA
0x33DC
URL-encode
%E3%8F%9C

Customize Square Sv

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

  

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

Insert in HTML

1. Direct symbol:
<span>㏜</span>
HTML Code:
<span>&#13276;</span>
HEX Code:
<span>&#x33DC;</span>

Add with CSS

.square-sv::before {
  content: '\\33DC';
}

Set it in JavaScript

document.querySelector('.square-sv').textContent = '㏜';
copied