free-symbols

Symbol For Start Of Text Symbol

␂ is the “start of text” control symbol used to mark the beginning of a text/data stream.

U+2402

␂ is a Unicode technical symbol named “SYMBOL FOR START OF TEXT” (U+2402). It represents a control concept used in text and data protocols. Use it when you need a visible marker for the beginning of a text segment.

Symbol For Start Of Text Symbol Meaning

␂ (U+2402, HTML: ␂, CSS escape: \\2402) is the Unicode character “SYMBOL FOR START OF TEXT.” It is used as a visible representation of the control idea that indicates the start of a text or message payload in a stream. In practice, you may encounter it in technical documentation, markup, debugging output, or educational material about control characters and messaging formats. Because it is primarily technical, it’s most helpful when you need clarity in logs, specifications, or diagrams where a “start of text” marker should be human-readable rather than an invisible control byte.

Common uses

  • Documenting or explaining control-character behavior in technical guides
  • Marking the beginning of a message segment in protocol diagrams
  • Annotating debugging logs where a “start of text” marker needs visibility
  • Building training or educational examples about Unicode/control concepts
  • Using as a clear placeholder in text-processing demonstrations

Examples

␂ Symbol for Start of Text

  • ␂Hello, world!
  • Start marker: ␂ Payload begins after this point.
  • In the stream: ␂ then the message follows.
  • Spec example: ␂<text begins> …
  • Debug output shows ␂ at the start of each record.

Variations

Ready to copy

Technical codes

UnicodeU+2402
HTML Entity&#9218;
HTML Code&#x2402;
CSS\2402

FAQ

What does the Symbol For Start Of Text symbol mean?

␂ (U+2402, HTML: &#9218;, CSS escape: \\2402) is the Unicode character “SYMBOL FOR START OF TEXT.” It is used as a visible representation of the control idea that indicates the start of a text or message payload in a stream. In practice, you may encounter it in technical documentation, markup, debugging output, or educational material about control characters and messaging formats. Because it is primarily technical, it’s most helpful when you need clarity in logs, specifications, or diagrams where a “start of text” marker should be human-readable rather than an invisible control byte.

What is ␂ called?

␂ is commonly called the “Symbol for Start of Text,” Unicode name: “SYMBOL FOR START OF TEXT.”

What is its Unicode code point?

Its Unicode code point is U+2402.

How can I copy ␂ in HTML?

Use the HTML entity: &#9218; (which corresponds to ␂).

How do I insert ␂ in CSS or JavaScript?

CSS escape: \\2402. JavaScript escape: \\u{2402}.