Z Notation Spot

Shortcodes

Copy and paste codes for Z Notation Spot symbol ⦁ to use in your websites, apps, blogs, and more.

Unicode
U+2981
HTML Code
⦁
HEX Code
⦁
CSS Code
\2981
JS/JSON
\u2981
Unix/C/PHP/JAVA
0x2981
URL-encode
%E2%A6%81
copied

Customize Z Notation Spot Symbol

Customize ⦁ symbol as you like and download Z Notation Spot 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 Z Notation Spot symbol in HTML, CSS, and JS?

Insert ⦁ Z Notation Spot using HTML

1. Copy-paste Z Notation Spot directly:
<span>⦁</span>
2. HTML Decimal Code:
<span>&#10625;</span>
3. Hexadecimal Code:
<span>&#x2981;</span>
Preview:

Add Z Notation Spot symbol with CSS

.z-notation-spot::before {
    content: '\\2981';
}
Preview: Z Notation Spot

Z Notation Spot JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-spot').textContent = '⦁';
2. Unicode Escape for ⦁:
document.querySelector('.z-notation-spot').textContent = '\u2981';
Preview: