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