free-symbols

Symbol For Space Symbol

␠ is a visible symbol that represents the space character (U+2420).

U+2420

The symbol ␠, called the Symbol for Space, is used in technical contexts when you want the presence of a space to be visible. It helps clarify whitespace in documentation, debugging, and formatted text. Copy it from here when you need a clear, non-ambiguous space marker.

Symbol For Space Symbol Meaning

␠ (Unicode U+2420) is the “Symbol for Space,” a technical glyph that denotes a normal space character in a way that’s easy to see. Unlike typing a regular space, which looks identical to surrounding spacing, ␠ makes whitespace explicit in code samples, text comparisons, and formatting instructions. It’s especially helpful when showing where a space occurs, such as between words, around punctuation, or in fixed-width layouts. Because it’s a distinct character, it’s typically used for documentation and debugging rather than for everyday writing.

Common uses

  • Show spaces explicitly in code snippets or markup examples
  • Document whitespace rules in UI text and formatting guidelines
  • Mark separation points in text comparison or diff-like explanations
  • Illustrate leading/trailing spaces during debugging
  • Label fields or columns in fixed-width or monospace documentation

Examples

␠ Symbol for Space (U+2420)

  • Hello␠World
  • Key␠Value
  • a␠b␠c
  • Leading␠space example
  • Trailing space␠

Variations

Ready to copy

Technical codes

UnicodeU+2420
HTML Entity␠
HTML Code␠
CSS\2420

FAQ

What does the Symbol For Space symbol mean?

␠ (Unicode U+2420) is the “Symbol for Space,” a technical glyph that denotes a normal space character in a way that’s easy to see. Unlike typing a regular space, which looks identical to surrounding spacing, ␠ makes whitespace explicit in code samples, text comparisons, and formatting instructions. It’s especially helpful when showing where a space occurs, such as between words, around punctuation, or in fixed-width layouts. Because it’s a distinct character, it’s typically used for documentation and debugging rather than for everyday writing.

Is ␠ the same as typing a normal space?

No. ␠ is a distinct Unicode character (U+2420) used to visibly indicate a space in technical text. A normal space is a different character.

When should I use the Symbol for Space?

Use it when you need to make whitespace explicit, such as in documentation, debugging, or examples where invisible spaces could cause confusion.

What are the Unicode and HTML references for ␠?

Unicode code point is U+2420. HTML entity is ␠ and the CSS escape is \\2420.

Will ␠ display correctly in my app or editor?

It depends on font support for U+2420. If the font lacks the glyph, you may see a fallback symbol or blank space.