隐形字符
测试区域
在下方括号中粘贴不可见字符以测试其宽度。
Zero Width Space (ZWSP)
U+200BThe most common invisible character. Used to bypass word filters, create blank names in ames, or control line breaks.
Braille Pattern Blank
U+2800An empty space character from the Braille alphabet. It acts as a solid space and is widely used for creating blank usernames in games like Among Us, PUBG, and Free Fire.
Zero Width Non-Joiner (ZWNJ)
U+200CUsed to place two characters next to each other without forming a ligature.
Zero Width Joiner (ZWJ)
U+200DUsed to combine multiple emoji into a single composite emoji, or to force ligatures.
Non-Breaking Space (NBSP)
U+00A0A standard space that prevents an automatic line break at its position. Useful in HTML.
Left-To-Right Override
U+202DForces the following characters to be treated as left-to-right text.
Right-To-Left Override
U+202EForces the following characters to be treated as right-to-left text. It actually reverses the text visually!
Hangul Filler
U+3164A popular empty character from the Korean alphabet. Used heavily in mobile games and Discord formatting to create large blank gaps.
Mongolian Vowel Separator
U+180EOriginally an invisible character used in Mongolian text. Note: It may render as a tofu block on some very old systems.
En Quad
U+2000A space equal in width to exactly one 'n' / 1/2 of an em.
Em Quad
U+2001A space equal to the full point size of a font (an 'm' width).
En Space
U+2002Equivalent to an En Quad.
Em Space
U+2003Equivalent to an Em Quad.
Three-Per-Em Space
U+2004A space 1/3 of an em wide.
Four-Per-Em Space
U+2005A space 1/4 of an em wide.
Six-Per-Em Space
U+2006A space 1/6 of an em wide.
Figure Space
U+2007A space equal to the width of a digit in fonts with fixed-width numerals.
Punctuation Space
U+2008A space equal to the width of a narrow punctuation mark (like a period or comma).
Thin Space
U+2009A narrow space, often used inside nested quotes or around dashes.
Hair Space
U+200AThe narrowest standard space available.
Word Joiner
U+2060Prevents line-breaks where they would otherwise occur.
Zero Width No-Break Space
U+FEFFAlso known as a Byte Order Mark (BOM). Used rarely as a zero-width space.