Urgent.News

What's breaking now, across thousands of outlets.

Tech

Por qué el texto invisible funciona en el nombre de TikTok y falla en el usuario de Instagram

Cada tanto vuelve la misma pregunta con otro disfraz: cómo poner el nombre invisible en TikTok , cómo mandar un mensaje vacío en WhatsApp . En 2026 la de moda es la de TikTok, y casi ningún video explica el mecanismo. Va aquí, desde el código. Un espacio no es un carácter: para la app es un separador Cuando escribes un nombre o un mensaje, la app lo recorta antes de guardarlo: trim() quita los…

Original Spanish Read in English

Invisible text has proven useful for giving names on TikTok but causes issues for Instagram users. The phenomenon has gained popularity on TikTok, yet few videos explain the mechanism behind it. To write an invisible name or message, one should understand how the app processes the data. When entering a name or message, the app trims spaces and collapses sequences before saving.

If the field contains only spaces, it becomes empty. The app then runs a validation, rejecting any empty name. Therefore, invisible text cannot consist solely of spaces; instead, it employs characters that appear as nothing but are not actual spaces for the app's cleansing process. Unicode offers several such characters, none specifically designed for this purpose, and each app handles them differently.

For TikTok, the five essential characters are Hangul Filler, TikTok and Instagram bio name and bio, Braille Pattern Blank, Zero-Width Space, and Invisible Separator. For Instagram, these same characters work for the name and bio lines but fail in the username field, which only accepts letters, digits, underscores, and dashes. When a name invisible fails after an update, it's likely due to Unicode normalization or a category-based filter added to the validator, often to prevent users with identical-looking names from impersonating others.

Examples include Roblox, which eliminates most fillers after updates. Detecting invisible text is relatively simple. Any non-empty string containing invisible characters can be counted using the provided JavaScript function. There are various sources offering invisible text characters in different formats and languages.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

More from Wednesday 9 September →