Square Bq

Shortcodes

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

Unicode
U+33C3
HTML Code
㏃
HEX Code
㏃
CSS Code
\33C3
JS/JSON
\u33C3
Unix/C/PHP/JAVA
0x33C3
URL-encode
%E3%8F%83
copied

Customize Square Bq Symbol

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

Insert ㏃ Square Bq using HTML

1. Copy-paste Square Bq directly:
<span>㏃</span>
2. HTML Decimal Code:
<span>&#13251;</span>
3. Hexadecimal Code:
<span>&#x33C3;</span>
Preview:

Add Square Bq symbol with CSS

.square-bq::before {
    content: '\\33C3';
}
Preview: Square Bq

Square Bq JavaScript Code

1. Direct Symbol:
document.querySelector('.square-bq').textContent = '㏃';
2. Unicode Escape for ㏃:
document.querySelector('.square-bq').textContent = '\u33C3';
Preview: