Today I Learned

Non-breaking spaces: ` `

January 04, 2024

  is the code for “Non-Breaking Space”. A whitespace character that connects the words on either side into a single unbreakable word.

For example:

<p>That sandwich costs $10&nbsp;USD, or you can barter for it.</p>

Reference

https://courses.joshwcomeau.com/css-for-js/06-typography-and-media/03-text-overflow


© 2025 - Written by Vuong Vu. Connect with me on LinkedIn.