Turned Not Sign

Shortcodes

Copy and paste codes for Turned Not Sign symbol ⌙ to use in your websites, apps, blogs, and more.

Unicode
U+2319
HTML Code
⌙
HEX Code
⌙
CSS Code
\2319
JS/JSON
\u2319
Unix/C/PHP/JAVA
0x2319
URL-encode
%E2%8C%99
copied

Customize Turned Not Sign Symbol

Customize ⌙ symbol as you like and download Turned Not Sign 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 Turned Not Sign symbol in HTML, CSS, and JS?

Insert ⌙ Turned Not Sign using HTML

1. Copy-paste Turned Not Sign directly:
<span>⌙</span>
2. HTML Decimal Code:
<span>&#8985;</span>
3. Hexadecimal Code:
<span>&#x2319;</span>
Preview:

Add Turned Not Sign symbol with CSS

.turned-not-sign::before {
    content: '\\2319';
}
Preview: Turned Not Sign

Turned Not Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.turned-not-sign').textContent = '⌙';
2. Unicode Escape for ⌙:
document.querySelector('.turned-not-sign').textContent = '\u2319';
Preview: