Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
Embroidery or crewel needles have a long eye which makes threading the needle so much easier when using multiple strands of thread. The most popular sizes used in embroidery are size 7 and 9.
 
John James Embroidery/Crewel Needles
See More
Showing 1 - 3 of results
Sort By:

PRODUCT

John James Embroidery / Crewel Needles Size 8 - JJ135-08

$2.71

PRODUCT

John James Embroidery/Crewel Needles Assorted Sizes 3/9 16ct - JJ135-3-9

$2.71

PRODUCT

John James Embroidery/Crewel Needles Size 7 16ct - JJ135-07

$3.25

 
window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));