free-symbols

Blank Symbol Symbol

␢ represents an explicit blank/placeholder character for technical or computer-oriented text.

U+2422

␢ is the Unicode “BLANK SYMBOL” character (U+2422). It’s commonly used in technical contexts where you want to show that something is intentionally empty or reserved. You can copy it directly or use its Unicode/HTML escape forms in code.

Blank Symbol Symbol Meaning

The symbol ␢ is Unicode’s “BLANK SYMBOL” (U+2422). As a technical character, it’s used to make emptiness visible—useful when plain spaces would be ambiguous or hard to distinguish. In documents, UI mockups, or logs, it can act as a placeholder that explicitly communicates “nothing is here” or “reserved for later.” Unlike a normal space, it carries a distinct character identity, which can help in formatting checks, alignment scenarios, or when communicating structure in a human-readable way. It’s best thought of as a visible marker for intentional blank content rather than a word or punctuation.

Common uses

  • Marking intentionally empty fields in UI mockups or forms
  • Indicating reserved slots in tables, templates, or content placeholders
  • Showing explicit blanks in plain-text exports or logs
  • Representing missing values in technical documentation
  • Annotating formatting or alignment where whitespace needs to be visible

Examples

␢ Blank Symbol (U+2422)

  • Field A: ␢
  • Notes: ␢
  • Status: ␢ (not yet set)
  • Value slot 3: ␢
  • Line 12: ␢

Variations

Ready to copy

Technical codes

UnicodeU+2422
HTML Entity␢
HTML Code␢
CSS\2422

FAQ

What does the Blank Symbol symbol mean?

The symbol ␢ is Unicode’s “BLANK SYMBOL” (U+2422). As a technical character, it’s used to make emptiness visible—useful when plain spaces would be ambiguous or hard to distinguish. In documents, UI mockups, or logs, it can act as a placeholder that explicitly communicates “nothing is here” or “reserved for later.” Unlike a normal space, it carries a distinct character identity, which can help in formatting checks, alignment scenarios, or when communicating structure in a human-readable way. It’s best thought of as a visible marker for intentional blank content rather than a word or punctuation.

What is ␢ called?

␢ is called the “Blank Symbol” in Unicode, with the Unicode name “BLANK SYMBOL” and code point U+2422.

How do I copy ␢ into my text?

Copy the character directly from this page (␢). It’s the same Unicode symbol regardless of platform.

Can I use ␢ in HTML or code?

Yes. You can use the provided HTML entity ␢ or the Unicode escapes (CSS: \\2422, JavaScript: \\u{2422}).

Is ␢ the same as a normal space?

No. ␢ is a distinct Unicode character meant to be visibly identified as an explicit blank/placeholder, whereas a normal space is just whitespace.