Symbol For Null
␀
Shortcodes
Copy useful codes for symbol for null ␀ to use in websites, apps, blogs, and docs.
Unicode
U+2400 HTML Code
␀ HEX Code
␀ CSS Code
\2400 JS/JSON
\u2400 Unix/C/PHP/JAVA
0x2400 URL-encode
%E2%90%80 Customize Symbol For Null
Customize ␀, download it as SVG or PNG, or copy the generated HTML snippet.
␀
How to use Symbol For Null in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>␀</span> HTML Code:
<span>␀</span> HEX Code:
<span>␀</span> Add with CSS
.symbol-for-null::before {
content: '\\2400';
} Set it in JavaScript
document.querySelector('.symbol-for-null').textContent = '␀';