Symbol For Negative Acknowledge

Shortcodes

Copy and paste codes for Symbol For Negative Acknowledge ␕ to use in your websites, apps, blogs, and more.

Unicode
U+2415
HTML Code
␕
HEX Code
␕
CSS Code
\2415
JS/JSON
\u2415
Unix/C/PHP/JAVA
0x2415
URL-encode
%E2%90%95
copied

Customize Symbol For Negative Acknowledge Symbol

Customize ␕ symbol as you like and download Symbol For Negative Acknowledge 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 Symbol For Negative Acknowledge in HTML, CSS, and JS?

Insert ␕ Symbol For Negative Acknowledge using HTML

1. Copy-paste Symbol For Negative Acknowledge directly:
<span>␕</span>
2. HTML Decimal Code:
<span>&#9237;</span>
3. Hexadecimal Code:
<span>&#x2415;</span>
Preview:

Add Symbol For Negative Acknowledge with CSS

.symbol-for-negative-acknowledge::before {
    content: '\\2415';
}
Preview: Symbol For Negative Acknowledge

Symbol For Negative Acknowledge JavaScript Code

1. Direct Symbol:
document.querySelector('.symbol-for-negative-acknowledge').textContent = '␕';
2. Unicode Escape for ␕:
document.querySelector('.symbol-for-negative-acknowledge').textContent = '\u2415';
Preview: