Square Sv
㏜
Shortcodes
Copy and paste codes for Square Sv symbol ㏜ to use in your websites, apps, blogs, and more.
Unicode
U+33DC
HTML Code
㏜
HEX Code
㏜
CSS Code
\33DC
JS/JSON
\u33DC
Unix/C/PHP/JAVA
0x33DC
URL-encode
%E3%8F%9C
copied
Customize Square Sv Symbol
Customize ㏜ symbol as you like and download Square Sv 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 Sv symbol in HTML, CSS, and JS?
Insert ㏜ Square Sv using HTML
1. Copy-paste Square Sv directly:
<span>㏜</span>
2. HTML Decimal Code:
<span>㏜</span>
3. Hexadecimal Code:
<span>㏜</span>
Preview:
㏜
Add Square Sv symbol with CSS
.square-sv::before {
content: '\\33DC';
}
Preview: Square Sv
Square Sv JavaScript Code
1. Direct Symbol:
document.querySelector('.square-sv').textContent = '㏜';
2. Unicode Escape for ㏜:
document.querySelector('.square-sv').textContent = '\u33DC';
Preview: ㏜