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