free-symbols

Symbol For Enquiry Symbol

␅ is the Unicode “Symbol for Enquiry” used as a technical/control-like character in text.

U+2405

The character ␅ (Unicode U+2405) is named “SYMBOL FOR ENQUIRY.” It’s a technical & computer symbol that you may encounter in legacy or data-oriented text. This page helps you copy it and use the correct escapes in web and code.

Symbol For Enquiry Symbol Meaning

␅ is the Unicode “SYMBOL FOR ENQUIRY” (U+2405). In practice, it’s typically used as a literal symbol in technical or computer-related contexts rather than as a general-purpose punctuation mark. Because it looks like a control/graphic character, it can appear in status strings, protocol documentation, character lists, or text that needs an explicit “enquiry” marker. When embedding it in websites or applications, the key is to preserve the exact Unicode code point (U+2405) so it renders correctly and consistently across systems that support it.

Common uses

  • Including a literal “enquiry” control symbol in technical documentation or character reference lists
  • Marking enquiry prompts or queries in logs and system status messages
  • Representing specific Unicode characters in datasets, exports, or troubleshooting notes
  • Copy/pasting into UI mockups or editor test strings that require U+2405
  • Using the correct escapes (HTML/CSS/JavaScript) when generating text programmatically

Examples

␅ Symbol for Enquiry (U+2405)

  • enquiry request: ␅
  • waiting for enquiry… ␅
  • control symbol set includes: ␅
  • protocol note: send enquiry marker ␅
  • character U+2405 in sample text: ␅

Variations

Ready to copy

Technical codes

UnicodeU+2405
HTML Entity␅
HTML Code␅
CSS\2405

FAQ

What does the Symbol For Enquiry symbol mean?

␅ is the Unicode “SYMBOL FOR ENQUIRY” (U+2405). In practice, it’s typically used as a literal symbol in technical or computer-related contexts rather than as a general-purpose punctuation mark. Because it looks like a control/graphic character, it can appear in status strings, protocol documentation, character lists, or text that needs an explicit “enquiry” marker. When embedding it in websites or applications, the key is to preserve the exact Unicode code point (U+2405) so it renders correctly and consistently across systems that support it.

What is ␅ called in Unicode?

It is named “SYMBOL FOR ENQUIRY” and its Unicode code point is U+2405.

How do I copy ␅ reliably?

Copy the character directly as shown on this page, or use the provided escapes (HTML, CSS, or JavaScript) to ensure the exact Unicode code point is used.

What HTML entity or escapes can I use for ␅?

HTML entity: ␅. CSS escape: \\2405. JavaScript escape: \\u{2405}.

Why doesn’t ␅ render in some places?

Some fonts or environments may not support the glyph for U+2405. If the code point is correct but it appears as a blank box, switching to a Unicode-capable font usually helps.