Square Sr

Shortcodes

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

Unicode
U+33DB
HTML Code
㏛
HEX Code
㏛
CSS Code
\33DB
JS/JSON
\u33DB
Unix/C/PHP/JAVA
0x33DB
URL-encode
%E3%8F%9B

Customize Square Sr

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

  

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

Insert in HTML

1. Direct symbol:
<span>㏛</span>
HTML Code:
<span>&#13275;</span>
HEX Code:
<span>&#x33DB;</span>

Add with CSS

.square-sr::before {
  content: '\\33DB';
}

Set it in JavaScript

document.querySelector('.square-sr').textContent = '㏛';
copied