Angle With S Inside

Shortcodes

Copy and paste codes for Angle With S Inside symbol ⦞ to use in your websites, apps, blogs, and more.

Unicode
U+299E
HTML Code
⦞
HEX Code
⦞
CSS Code
\299E
JS/JSON
\u299E
Unix/C/PHP/JAVA
0x299E
URL-encode
%E2%A6%9E
copied

Customize Angle With S Inside Symbol

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

Insert ⦞ Angle With S Inside using HTML

1. Copy-paste Angle With S Inside directly:
<span>⦞</span>
2. HTML Decimal Code:
<span>&#10654;</span>
3. Hexadecimal Code:
<span>&#x299E;</span>
Preview:

Add Angle With S Inside symbol with CSS

.angle-with-s-inside::before {
    content: '\\299E';
}
Preview: Angle With S Inside

Angle With S Inside JavaScript Code

1. Direct Symbol:
document.querySelector('.angle-with-s-inside').textContent = '⦞';
2. Unicode Escape for ⦞:
document.querySelector('.angle-with-s-inside').textContent = '\u299E';
Preview: