Square Rad Over S

Shortcodes

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

Unicode
U+33AE
HTML Code
㎮
HEX Code
㎮
CSS Code
\33AE
JS/JSON
\u33AE
Unix/C/PHP/JAVA
0x33AE
URL-encode
%E3%8E%AE
copied

Customize Square Rad Over S Symbol

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

Insert ㎮ Square Rad Over S using HTML

1. Copy-paste Square Rad Over S directly:
<span>㎮</span>
2. HTML Decimal Code:
<span>&#13230;</span>
3. Hexadecimal Code:
<span>&#x33AE;</span>
Preview:

Add Square Rad Over S symbol with CSS

.square-rad-over-s::before {
    content: '\\33AE';
}
Preview: Square Rad Over S

Square Rad Over S JavaScript Code

1. Direct Symbol:
document.querySelector('.square-rad-over-s').textContent = '㎮';
2. Unicode Escape for ㎮:
document.querySelector('.square-rad-over-s').textContent = '\u33AE';
Preview: