free-symbols
؝

Arabic End Of Text Mark Letter

؝ is the Unicode “ARABIC END OF TEXT MARK” (U+061D), used to indicate the end of Arabic text in certain formats.

U+061D

The symbol ؝ is known in Unicode as the Arabic End of Text Mark (U+061D). It’s used when you need an explicit end marker for Arabic text. Below you’ll find copying formats, practical use cases, and example strings.

Arabic End Of Text Mark Letter Meaning

؝ (U+061D) is the Unicode character named “ARABIC END OF TEXT MARK.” As the name suggests, it functions as an explicit end marker in Arabic text processing or standardized text formats where a terminator character is useful. You may encounter it in legacy documents, linguistic data, or transcription/encoding workflows that preserve punctuation and control-like marks as real characters. In everyday writing it’s uncommon, but in technical contexts—such as search, rendering tests, or text normalization tasks—it can be important to include the exact character rather than replacing it with a generic punctuation mark.

Common uses

  • Marking the end of an Arabic text segment in structured data
  • Preserving legacy encoding or transcription where end markers are significant
  • Testing font rendering and text layout for Arabic end marks
  • Creating search or filter rules that target the exact end marker character
  • Generating standards-compliant sample strings for UI or document tools

Examples

؝ Arabic End of Text Mark

  • ؝نص عربي قصير؝
  • ؝example text end marker: ؝
  • ؝segment end ؝
  • ؝هذه نهاية النص؝
  • ؝arabic_term_end؝

Variations

Technical codes

UnicodeU+061D
HTML Entity؝
HTML Code؝
CSS\061D

FAQ

What does the Arabic End Of Text Mark letter mean?

؝ (U+061D) is the Unicode character named “ARABIC END OF TEXT MARK.” As the name suggests, it functions as an explicit end marker in Arabic text processing or standardized text formats where a terminator character is useful. You may encounter it in legacy documents, linguistic data, or transcription/encoding workflows that preserve punctuation and control-like marks as real characters. In everyday writing it’s uncommon, but in technical contexts—such as search, rendering tests, or text normalization tasks—it can be important to include the exact character rather than replacing it with a generic punctuation mark.

What is the Unicode code point for ؝?

Its Unicode code point is U+061D.

How can I copy ؝ in HTML?

Use the HTML entity: ؝.

Is ؝ common in everyday Arabic writing?

No. It’s relatively uncommon in normal prose, but it can appear in technical, archival, or encoding/formatting contexts that use explicit end markers.

What should I use in JavaScript?

You can use the JavaScript escape: \\u{061D}.