Square Rad

Shortcodes

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

Unicode
U+33AD
HTML Code
㎭
HEX Code
㎭
CSS Code
\33AD
JS/JSON
\u33AD
Unix/C/PHP/JAVA
0x33AD
URL-encode
%E3%8E%AD
copied

Customize Square Rad Symbol

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

Insert ㎭ Square Rad using HTML

1. Copy-paste Square Rad directly:
<span>㎭</span>
2. HTML Decimal Code:
<span>&#13229;</span>
3. Hexadecimal Code:
<span>&#x33AD;</span>
Preview:

Add Square Rad symbol with CSS

.square-rad::before {
    content: '\\33AD';
}
Preview: Square Rad

Square Rad JavaScript Code

1. Direct Symbol:
document.querySelector('.square-rad').textContent = '㎭';
2. Unicode Escape for ㎭:
document.querySelector('.square-rad').textContent = '\u33AD';
Preview: