Square Log

Shortcodes

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

Unicode
U+33D2
HTML Code
㏒
HEX Code
㏒
CSS Code
\33D2
JS/JSON
\u33D2
Unix/C/PHP/JAVA
0x33D2
URL-encode
%E3%8F%92
copied

Customize Square Log Symbol

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

Insert ㏒ Square Log using HTML

1. Copy-paste Square Log directly:
<span>㏒</span>
2. HTML Decimal Code:
<span>&#13266;</span>
3. Hexadecimal Code:
<span>&#x33D2;</span>
Preview:

Add Square Log symbol with CSS

.square-log::before {
    content: '\\33D2';
}
Preview: Square Log

Square Log JavaScript Code

1. Direct Symbol:
document.querySelector('.square-log').textContent = '㏒';
2. Unicode Escape for ㏒:
document.querySelector('.square-log').textContent = '\u33D2';
Preview: