Skip to content
The Unicode Lapidary

/static/lapidario/en/gema/espaco-largura-zero/

Menu

UNI-015 · Spaces

ZWSP

No width, only permission: the line may break here, with no hyphen and no blank.

The zero width space pushes nothing apart — it merely tells the browser a break point exists there. Long URLs and run-together words split gracefully, gaining neither hyphen nor blank.

It is also a treacherous gem: invisible, it survives copy-and-paste and breaks searches and text comparisons. The named entity is &ZeroWidthSpace;; in HTML, the <wbr> element does the same trade.

Bare:         stickybit.com.br/telemetria/inercial   (bursts the box)
With &#8203;: stickybit.com.br/&#8203;telemetria/&#8203;inercial   (clean break)
Permission to break, leaving no mark.