free-symbols

Symbol For Substitute Symbol

The ␚ symbol for substitute represents a substitute character in technical and text-processing contexts.

U+241A

␚ is the Unicode “Symbol for Substitute” (U+241A). It’s used in software and documentation to denote a fallback or replacement character. You can copy it directly or use the provided escape sequences in code.

Symbol For Substitute Symbol Meaning

The “Symbol for Substitute” (␚, U+241A) is a technical Unicode character used to mark that a text substitution has occurred. In many contexts, it visually indicates a placeholder for content that was replaced, removed, or could not be represented. It’s commonly referenced in explanations of character encoding behavior, debugging output, and UI or documentation where the existence of a substitute character matters. While it doesn’t represent a typical letter or punctuation for everyday writing, it can be useful when communicating exactly what happened to data during encoding, decoding, or rendering.

Common uses

  • Indicating a fallback character in encoding/decoding logs
  • Documenting text that was replaced due to unsupported characters
  • Debugging or testing where a substitute marker is expected
  • Labeling placeholders in software error messages and diagnostics
  • Showing “substitution occurred” in technical writing or specs

Examples

␚ Symbol for Substitute (U+241A)

  • The input contained invalid bytes, replaced with ␚.
  • Unsupported character found: shown as ␚ after decoding.
  • Rendering fallback used: ␚ indicates the substitute marker.
  • Logs display ␚ where a character could not be mapped.
  • Check the output for ␚ to confirm substitutions.

Variations

Ready to copy

Technical codes

UnicodeU+241A
HTML Entity␚
HTML Code␚
CSS\241A

FAQ

What does the Symbol For Substitute symbol mean?

The “Symbol for Substitute” (␚, U+241A) is a technical Unicode character used to mark that a text substitution has occurred. In many contexts, it visually indicates a placeholder for content that was replaced, removed, or could not be represented. It’s commonly referenced in explanations of character encoding behavior, debugging output, and UI or documentation where the existence of a substitute character matters. While it doesn’t represent a typical letter or punctuation for everyday writing, it can be useful when communicating exactly what happened to data during encoding, decoding, or rendering.

What character is ␚?

␚ is the Unicode “Symbol for Substitute” with code point U+241A.

When should I use ␚ in text?

Use it to denote that a substitute/fallback character is being displayed due to encoding, mapping, or rendering issues.

How can I copy ␚ into HTML?

You can use the HTML entity: ␚

How do I write ␚ in code (CSS/JavaScript)?

CSS escape: \\241A. JavaScript escape: \\u{241A}.