Square Cal

Shortcodes

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

Unicode
U+3388
HTML Code
㎈
HEX Code
㎈
CSS Code
\3388
JS/JSON
\u3388
Unix/C/PHP/JAVA
0x3388
URL-encode
%E3%8E%88
copied

Customize Square Cal Symbol

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

Insert ㎈ Square Cal using HTML

1. Copy-paste Square Cal directly:
<span>㎈</span>
2. HTML Decimal Code:
<span>&#13192;</span>
3. Hexadecimal Code:
<span>&#x3388;</span>
Preview:

Add Square Cal symbol with CSS

.square-cal::before {
    content: '\\3388';
}
Preview: Square Cal

Square Cal JavaScript Code

1. Direct Symbol:
document.querySelector('.square-cal').textContent = '㎈';
2. Unicode Escape for ㎈:
document.querySelector('.square-cal').textContent = '\u3388';
Preview: