Perpendicular With S

Shortcodes

Copy and paste codes for Perpendicular With S symbol ⫡ to use in your websites, apps, blogs, and more.

Unicode
U+2AE1
HTML Code
⫡
HEX Code
⫡
CSS Code
\2AE1
JS/JSON
\u2AE1
Unix/C/PHP/JAVA
0x2AE1
URL-encode
%E2%AB%A1
copied

Customize Perpendicular With S Symbol

Customize ⫡ symbol as you like and download Perpendicular With 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 Perpendicular With S symbol in HTML, CSS, and JS?

Insert ⫡ Perpendicular With S using HTML

1. Copy-paste Perpendicular With S directly:
<span>⫡</span>
2. HTML Decimal Code:
<span>&#10977;</span>
3. Hexadecimal Code:
<span>&#x2AE1;</span>
Preview:

Add Perpendicular With S symbol with CSS

.perpendicular-with-s::before {
    content: '\\2AE1';
}
Preview: Perpendicular With S

Perpendicular With S JavaScript Code

1. Direct Symbol:
document.querySelector('.perpendicular-with-s').textContent = '⫡';
2. Unicode Escape for ⫡:
document.querySelector('.perpendicular-with-s').textContent = '\u2AE1';
Preview: