Title: remove the &#8221;&nbsp;&#8220;
Last modified: April 27, 2021

---

# remove the ” “

 *  Resolved [tkwing009](https://wordpress.org/support/users/tkwing009/)
 * (@tkwing009)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-the-3/)
 * The pdf invoice has a ” ” space inserted in the Shipping item. It’s a square 
   in black outline which is unnecessary. May I know how to remove it?
 * [https://drive.google.com/file/d/1Wi7y_ywudH29ocxowmOwzBwIT9fyJJoe/view?usp=sharing](https://drive.google.com/file/d/1Wi7y_ywudH29ocxowmOwzBwIT9fyJJoe/view?usp=sharing)
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-the-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-the-3/#post-14369469)
 * Hi! It looks like your font doesn’t support non-breaking spaces. You can add 
   a small code snippet to your site to replaces non-breaking spaces with regular
   spaces:
 *     ```
       add_filter( 'wpo_wcpdf_get_html', function( $html, $document ) {
       	return str_replace('&nbsp;', ' ', $html);
       }, 10, 2 );
       ```
   
 * If you haven’t worked with code snippets (actions/filters) or functions.php before,
   read this guide: [How to use filters​​​​](https://docs.wpovernight.com/general/how-to-use-filters/)
 *  Thread Starter [tkwing009](https://wordpress.org/support/users/tkwing009/)
 * (@tkwing009)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-the-3/#post-14373609)
 * thanks, it works very well.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove the ” “’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tkwing009](https://wordpress.org/support/users/tkwing009/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/remove-the-3/#post-14373609)
 * Status: resolved