Notebook
๐
Shortcodes
Copy and paste codes for Notebook symbol ๐ to use in your websites, apps, blogs, and more.
Unicode
U+1F4D3
HTML Code
📓
HEX Code
📓
CSS Code
\1F4D3
JS/JSON
\u1F4D3
Unix/C/PHP/JAVA
0x1F4D3
URL-encode
%F0%9F%93%93
copied
Customize Notebook Symbol
Customize ๐ symbol as you like and download Notebook 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 Notebook symbol in HTML, CSS, and JS?
Insert ๐ Notebook using HTML
1. Copy-paste Notebook directly:
<span>๐</span>
2. HTML Decimal Code:
<span>📓</span>
3. Hexadecimal Code:
<span>📓</span>
Preview: ๐
Add Notebook symbol with CSS
.notebook::before {
content: '\\1F4D3';
}
Preview: Notebook
Notebook JavaScript Code
1. Direct Symbol:
document.querySelector('.notebook').textContent = '๐';
2. Unicode Escape for ๐:
document.querySelector('.notebook').textContent = '\u1F4D3';
Preview: ๐