Square Sr

Shortcodes

Copy and paste codes for Square Sr symbol ㏛ to use in your websites, apps, blogs, and more.

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

Customize Square Sr Symbol

Customize ㏛ symbol as you like and download Square Sr 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 Sr symbol in HTML, CSS, and JS?

Insert ㏛ Square Sr using HTML

1. Copy-paste Square Sr directly:
<span>㏛</span>
2. HTML Decimal Code:
<span>&#13275;</span>
3. Hexadecimal Code:
<span>&#x33DB;</span>
Preview:

Add Square Sr symbol with CSS

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

Square Sr JavaScript Code

1. Direct Symbol:
document.querySelector('.square-sr').textContent = '㏛';
2. Unicode Escape for ㏛:
document.querySelector('.square-sr').textContent = '\u33DB';
Preview: