English Transliteration(RTF Updated)

Ayah by Ayah

Transliteration in rich text format using HTML tags (<b>, <u>, <i>) for visual formatting. The <b> tag marks silent letters, while others aid in readability and emphasis.

Tags

Download Links

English Transliteration(RTF Updated) for Surah Al-Muzzammil — Ayah 15

73:15
إِنَّآ أَرۡسَلۡنَآ إِلَيۡكُمۡ رَسُولٗا شَٰهِدًا عَلَيۡكُمۡ كَمَآ أَرۡسَلۡنَآ إِلَىٰ فِرۡعَوۡنَ رَسُولٗا ١٥
Inna arsalna ilaykum rasoolan shahidan AAalaykum kama arsalna ila firAAawna rasoolan

QUL has multiple transliterations of the Quran in various languages. These are available in two formats:

JSON

  • Organized by ayah_key in the "surah:ayah" format.
  • Example:
{
  "1:1": "Bismi All<u>a</u>hi a<b>l</b>rra<u>h</u>m<u>a</u>ni a<b>l</b>rra<u>h</u>eem<b>i</b>"
}
      

The transliteration string may include HTML tags (e.g., <u>, <b>) for styling and emphasis.

SQLite

Provides transliteration in a structured relational format with the following columns:

  • sura (integer)
  • ayah (integer)
  • ayah_key (string, e.g., "1:1")
  • text (HTML-formatted transliteration)

Notes

  • Transliterations may be word-by-word or ayah-by-ayah.
  • HTML tags in the text allow flexible rendering (e.g., vowel highlighting or emphasis).