Skip to content

Some interesting tricks with zero width characters. Made with React.

License

Notifications You must be signed in to change notification settings

BinTianqi/ZWLab

Repository files navigation

Zero Width Lab

简体中文

Introduction

Made with Vue

View it on zwlab.pages.dev

Features

  • Copy zero width characters to clipboard.
  • Add zero-width characters to text.
  • Remove zero-width characters from text.
  • Encode text into text using zero-width characters.
  • Decode hidden text from encoded text.

Zero width characters

There are some zero-width characters:

  • U+200B: Zero-width space
  • U+FEFF: Zero-width no-break space
  • U+200C: Zero-width non-joiner
  • U+200D: Zero-width joiner
  • U+200E: Left-to-right mark
  • U+200F: Right-to-left mark

License

The MIT License

About

Some interesting tricks with zero width characters. Made with React.

Resources

License

Stars

Watchers

Forks