Z Notation Type Colon

Shortcodes

Copy and paste codes for Z Notation Type Colon symbol ⦂ to use in your websites, apps, blogs, and more.

Unicode
U+2982
HTML Code
⦂
HEX Code
⦂
CSS Code
\2982
JS/JSON
\u2982
Unix/C/PHP/JAVA
0x2982
URL-encode
%E2%A6%82
copied

Customize Z Notation Type Colon Symbol

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

Insert ⦂ Z Notation Type Colon using HTML

1. Copy-paste Z Notation Type Colon directly:
<span>⦂</span>
2. HTML Decimal Code:
<span>&#10626;</span>
3. Hexadecimal Code:
<span>&#x2982;</span>
Preview:

Add Z Notation Type Colon symbol with CSS

.z-notation-type-colon::before {
    content: '\\2982';
}
Preview: Z Notation Type Colon

Z Notation Type Colon JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-type-colon').textContent = '⦂';
2. Unicode Escape for ⦂:
document.querySelector('.z-notation-type-colon').textContent = '\u2982';
Preview: