Tagged articles

zero-width characters

3 articles · Page 1 of 1
37 Interactive Technology Team
37 Interactive Technology Team
Jan 14, 2026 · Frontend Development

Hidden Zero‑Width Characters: How They Sabotage Front‑End Apps and How to Detect Them

Zero‑width characters are invisible Unicode symbols that can silently break form validation, URL parsing, and data storage in web applications, but with proper detection, visualization, and input‑filtering techniques developers can mitigate these hidden risks and even use them for legitimate purposes.

DebuggingInput ValidationUnicode
0 likes · 6 min read
Hidden Zero‑Width Characters: How They Sabotage Front‑End Apps and How to Detect Them
Subtle Storm
Subtle Storm
May 31, 2025 · Fundamentals

Using Zero‑Width Characters in Python for Steganography and Text Control

The article explains what zero‑width Unicode characters are, lists common types, describes their applications such as steganography and text formatting, and provides Python code examples for inserting, hiding, extracting, bypassing filters, and removing these invisible characters.

PythonUnicodedata watermarking
0 likes · 5 min read
Using Zero‑Width Characters in Python for Steganography and Text Control