Imlaei simple - Ayah by ayah

Ayah by Ayah

The Imlaei script without Tashkeel is a simplified version of the Imlaei script, where diacritical marks (Tashkeel) such as Fatha (ًَ), Kasra (ٍِ), Damma (ٌُ), and others are omitted. This script is usually used for implementing the search feature.

Tags

Download Links

Imlaei simple - Ayah by ayah preview of Surah Al-Muzzammil ayah 20

ان ربك يعلم انك تقوم ادنى من ثلثي الليل ونصفه وثلثه وطائفة من الذين معك والله يقدر الليل والنهار علم ان لن تحصوه فتاب عليكم فاقرءوا ما تيسر من القران علم ان سيكون منكم مرضى واخرون يضربون في الارض يبتغون من فضل الله واخرون يقاتلون في سبيل الله فاقرءوا ما تيسر منه واقيموا الصلاة واتوا الزكاة واقرضوا الله قرضا حسنا وما تقدموا لانفسكم من خير تجدوه عند الله هو خيرا واعظم اجرا واستغفروا الله ان الله غفور رحيم

Imlaei simple - Ayah by ayah Resource

This resource provides Quranic script in Imlaei simple - Ayah by ayah format. The script uses Unicode text with specialized font rendering for digital applications.

Sample JSON

{ "1:1": { "verse_key": "1:1", "text": "بِسۡمِ ٱللَّهِ ٱلرَّحۡمَٰنِ ٱلرَّحِيمِ", "script_type": "text_imlaei_simple", "font_family": "qpc-hafs", "page_number": 1, "juz_number": 1, "hizb_number": 1 } }

Field Descriptions

Field Type Description
verse_key String Reference in the format surah:ayah (e.g., 1:1)
text String Unicode text of the verse in Imlaei simple - Ayah by ayah script
script_type String Type of script rendering (text_imlaei_simple)
font_family String CSS font family for proper rendering (qpc-hafs)
page_number Integer Mushaf page number where this verse appears
juz_number Integer Juz number (1-30) containing this verse
hizb_number Integer Hizb number (1-60) containing this verse

Usage Examples

CSS Integration

/* Include the font family in your CSS */
.quran-text {
  font-family: 'qpc-hafs', 'Amiri', serif;
  direction: rtl;
  text-align: right;
}

JavaScript Usage

// Fetch verse data
fetch('/api/v1/verses/1:1.json')
  .then(response => response.json())
  .then(data => {
    document.getElementById('verse').innerHTML = data.text;
    document.getElementById('verse').className = 'qpc-hafs';
  });

Features

  • High-quality Arabic text rendering
  • Proper diacritical marks and Tajweed annotations
  • Responsive design for different screen sizes
  • Unicode text for easy copying and searching
  • Scalable vector rendering