Invisible Character Unicode

1k Views Asked by At

Does anyone know if there is any invisible character other than the space? like a website using (Example: This Invisible Character). Is it possible to programmatically add some such characters that are not shown by any editor, i'm trying by unicode but when ever i paste it so it takes same unicode but don't copy it as an invisible character?

1

There are 1 best solutions below

0
Cerealz On

Yes, there are other invisible characters. Like for example U+200b. This might be even invisible in your Code Editor.

For example VSCode however has a feature now to highlight invisible unicode characters.

To type a chracter like this on windows for example:

To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X. For more Unicode character codes, see Unicode character code charts by script.

Source: Microsoft

The Website you linked used a character that's invisible but adds some "whitespace". The character I choose as an example is invisible but doesn't cause visible space between other characters.

This Website offers a list of many different types of invisible Unicode characters for reference.