Square Rad Over S Squared

Shortcodes

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

Unicode
U+33AF
HTML Code
㎯
HEX Code
㎯
CSS Code
\33AF
JS/JSON
\u33AF
Unix/C/PHP/JAVA
0x33AF
URL-encode
%E3%8E%AF
copied

Customize Square Rad Over S Squared Symbol

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

Insert ㎯ Square Rad Over S Squared using HTML

1. Copy-paste Square Rad Over S Squared directly:
<span>㎯</span>
2. HTML Decimal Code:
<span>&#13231;</span>
3. Hexadecimal Code:
<span>&#x33AF;</span>
Preview:

Add Square Rad Over S Squared symbol with CSS

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

Square Rad Over S Squared JavaScript Code

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