Arabic Punctuation and Writing: Rules, Symbols, and Specificities
When interested in the Arabic language, attention naturally turns to the beauty of its letters and the complexity of its grammar. However, a fundamental element is often left aside: punctuation rules. Yet, mastering Arabic punctuation and writing is essential for anyone wishing to write, translate, or publish quality content on the Web or in print.
Modern Arabic uses a punctuation system largely inspired by Western standards, but subtly adapted to its graphic constraints, notably its right-to-left (RTL) writing direction. This comprehensive guide details the essential rules and symbols you need to know.
1. A brief history of Arabic punctuation
Historically, Classical Arabic did not have the punctuation marks we use today (such as the period or the comma). Ancient manuscripts instead used grammatical linking particles (such as "wa" or "fa") to mark pauses, or specific ornamental symbols to separate Quranic verses.
It was not until the beginning of the 20th century, under the leadership of the Egyptian writer Ahmad Zaki Pasha, that modern punctuation marks were officially introduced and codified in Arabic typography to facilitate reading and prevent misinterpretation.
2. Arabic punctuation symbols and their shapes
Since the Arabic language is written from right to left, several punctuation marks have been flipped or inverted (their incorrect use is, in fact, one of the most frequent errors when typing in Arabic) in order to respect the visual flow of reading. Here are the most notable examples:
| Name in English | Arabic sign | Western sign | Typographical specificity |
|---|---|---|---|
| The comma | ، | , | Inverted upwards. It attaches to the preceding word without a space. |
| The semicolon | ؛ | ; | Also inverted, used to connect two related clauses. |
| The question mark | ؟ | ? | Flipped to the left, oriented in the direction of the sentence. |
| Quotation marks | « » | " " | Arabic favors the use of French quotation marks (guillemets) for citations. |
3. Fundamental writing rules in digital Arabic
Integrating content in the Arabic language with good Arabic fonts on a website (SEO) or word processor requires special vigilance due to the behavior of bidirectional (BiDi) text:
- The RTL attribute: In HTML, it is mandatory to include the
dir="rtl"attribute in the parent tag or the<html>tag so that the text and punctuation marks align correctly from right to left. Without this, your question marks or periods will end up inverted at the beginning of the line. - Mixing characters: When you insert Western Arabic numerals (1, 2, 3) or words in Latin letters in the middle of an Arabic paragraph, the browser manages the writing direction. Correct use of punctuation prevents text blocks from shifting erratically.
Frequently Asked Questions (FAQ)
Does the exclamation point (!) change shape in Arabic?
No. The exclamation point (!) as well as the colon (:) retain exactly the same shape and orientation in Arabic as in English. They are simply placed at the end of the sentence (so on the far left of the text block).
Why does my punctuation display in the wrong place on my website?
This problem usually occurs when the text direction is not defined. Make sure to apply the CSS property direction: rtl; or the HTML attribute dir="rtl" to the container of your Arabic text.
Which parentheses are used in Arabic writing?
Arabic uses classic parentheses ( ) to isolate a sentence segment or an explanation. However, their opening and closing direction automatically adapts to right-to-left typing on keyboards configured for Arabic.
Conclusion
Although discreet, punctuation in Arabic writing plays a decisive role in the accessibility and clarity of the message. By respecting the orientation of specific symbols (like the comma and the question mark) and correctly configuring your digital tools, you will offer a smooth and professional reading experience to your users. Good punctuation is the hallmark of polished editorial work!