QPC Hafs Script - With Tajweed

Word by word

Tags

Download Links

QPC Hafs Script - With Tajweed preview of Surah Al-Muzzammil ayah 20

۞إِنَّ
رَبَّكَ
يَعۡلَمُ
أَنَّكَ
تَقُومُ
أَدۡنَىٰ
مِن
ثُلُثَىِ
ٱلَّيۡلِ
وَنِصۡفَهُۥ
وَثُلُثَهُۥ
وَطَآئِفَةٌ
مِّنَ
ٱلَّذِينَ
مَعَكَ‌ۚ
وَٱللَّهُ
يُقَدِّرُ
ٱلَّيۡلَ
وَٱلنَّهَارَ‌ۚ
عَلِمَ
أَن
لَّن
تُحۡصُوهُ
فَتَابَ
عَلَيۡكُمۡ‌ۖ
فَٱقۡرَءُواۡ
مَا
تَيَسَّرَ
مِنَ
ٱلۡقُرۡءَانِ‌ۚ
عَلِمَ
أَن
سَيَكُونُ
مِنكُم
مَّرۡضَىٰ‌ۙ
وَءَاخَرُونَ
يَضۡرِبُونَ
فِى
ٱلۡأَرۡضِ
يَبۡتَغُونَ
مِن
فَضۡلِ
ٱللَّهِ‌ۙ
وَءَاخَرُونَ
يُقَـٰتِلُونَ
فِى
سَبِيلِ
ٱللَّهِ‌ۖ
فَٱقۡرَءُواۡ
مَا
تَيَسَّرَ
مِنۡهُ‌ۚ
وَأَقِيمُواۡ
ٱلصَّلَوٰةَ
وَءَاتُواۡ
ٱلزَّكَوٰةَ
وَأَقۡرِضُواۡ
ٱللَّهَ
قَرۡضًا
حَسَنًا‌ۚ
وَمَا
تُقَدِّمُواۡ
لِأَنفُسِكُم
مِّنۡ
خَيۡرٍ
تَجِدُوهُ
عِندَ
ٱللَّهِ
هُوَ
خَيۡرًا
وَأَعۡظَمَ
أَجۡرًا‌ۚ
وَٱسۡتَغۡفِرُواۡ
ٱللَّهَ‌ۖ
إِنَّ
ٱللَّهَ
غَفُورٌ
رَّحِيمُۢ
٢٠

QPC Hafs Script - With Tajweed Resource

This resource provides Quranic script in QPC Hafs Script - With Tajweed 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_uthmani_tajweed", "font_family": "tajweed-new qpc-hafs", "words": [ { "position": 1, "text": "بِسۡمِ", "location": "1:1:1" } ], "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 QPC Hafs Script - With Tajweed script
script_type String Type of script rendering (text_uthmani_tajweed)
font_family String CSS font family for proper rendering (tajweed-new qpc-hafs)
words Array Array of word objects with individual word text/images
words[].position Integer Position of the word within the verse
words[].text String Unicode text of the individual word
words[].location String Word location in format surah:ayah:word
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: 'tajweed-new 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 = 'tajweed-new qpc-hafs';
  });

Features

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