Black Nib

Shortcodes

Copy and paste codes for Black Nib symbol ✒ to use in your websites, apps, blogs, and more.

Unicode
U+2712
HTML Code
✒
HEX Code
✒
CSS Code
\2712
JS/JSON
\u2712
Unix/C/PHP/JAVA
0x2712
URL-encode
%E2%9C%92
copied

Customize Black Nib Symbol

Customize ✒ symbol as you like and download Black Nib 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 Black Nib symbol in HTML, CSS, and JS?

Insert ✒ Black Nib using HTML

1. Copy-paste Black Nib directly:
<span>✒</span>
2. HTML Decimal Code:
<span>&#10002;</span>
3. Hexadecimal Code:
<span>&#x2712;</span>
Preview:

Add Black Nib symbol with CSS

.black-nib::before {
    content: '\\2712';
}
Preview: Black Nib

Black Nib JavaScript Code

1. Direct Symbol:
document.querySelector('.black-nib').textContent = '✒';
2. Unicode Escape for ✒:
document.querySelector('.black-nib').textContent = '\u2712';
Preview: