Spool Of Thread
🧵
Shortcodes
Copy useful codes for spool of thread symbol 🧵 to use in websites, apps, blogs, and docs.
Unicode
U+1F9F5 HTML Code
🧵 HEX Code
🧵 CSS Code
\1F9F5 JS/JSON
\u1F9F5 Unix/C/PHP/JAVA
0x1F9F5 URL-encode
%F0%9F%A7%B5 Customize Spool Of Thread
Customize 🧵, download it as SVG or PNG, or copy the generated HTML snippet.
🧵
How to use Spool Of Thread Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>🧵</span> HTML Code:
<span>🧵</span> HEX Code:
<span>🧵</span> Add with CSS
.spool-of-thread::before {
content: '\\1F9F5';
} Set it in JavaScript
document.querySelector('.spool-of-thread').textContent = '🧵';