Source code for maha.constants.arabic.simple

"""Arabic simple constant definitions."""

# Arabic letters
[docs]ALEF: str = "\u0627"
""" Arabic Letter Alef """
[docs]BEH: str = "\u0628"
""" Arabic Letter Beh """
[docs]TEH: str = "\u062A"
""" Arabic Letter Teh """
[docs]THEH: str = "\u062B"
""" Arabic Letter Theh """
[docs]JEEM: str = "\u062C"
""" Arabic Letter Jeem """
[docs]HAH: str = "\u062D"
""" Arabic Letter Hah """
[docs]KHAH: str = "\u062E"
""" Arabic Letter Khah """
[docs]DAL: str = "\u062F"
""" Arabic Letter Dal """
[docs]THAL: str = "\u0630"
""" Arabic Letter Thal """
[docs]REH: str = "\u0631"
""" Arabic Letter Reh """
[docs]ZAIN: str = "\u0632"
""" Arabic Letter Zain """
[docs]SEEN: str = "\u0633"
""" Arabic Letter Seen """
[docs]SHEEN: str = "\u0634"
""" Arabic Letter Sheen """
[docs]SAD: str = "\u0635"
""" Arabic Letter Sad """
[docs]DAD: str = "\u0636"
""" Arabic Letter Dad """
[docs]TAH: str = "\u0637"
""" Arabic Letter Tah """
[docs]ZAH: str = "\u0638"
""" Arabic Letter Zah """
[docs]AIN: str = "\u0639"
""" Arabic Letter Ain """
[docs]GHAIN: str = "\u063A"
""" Arabic Letter Ghain """
[docs]FEH: str = "\u0641"
""" Arabic Letter Feh """
[docs]QAF: str = "\u0642"
""" Arabic Letter Qaf """
[docs]KAF: str = "\u0643"
""" Arabic Letter Kaf """
[docs]LAM: str = "\u0644"
""" Arabic Letter Lam """
[docs]MEEM: str = "\u0645"
""" Arabic Letter Meem """
[docs]NOON: str = "\u0646"
""" Arabic Letter Noon """
[docs]HEH: str = "\u0647"
""" Arabic Letter Heh """
[docs]WAW: str = "\u0648"
""" Arabic Letter Waw """
[docs]YEH: str = "\u064A"
""" Arabic Letter Yeh """
[docs]ALEF_MAKSURA: str = "\u0649"
""" Arabic Letter Alef Maksura """
[docs]TEH_MARBUTA: str = "\u0629"
""" Arabic Letter Teh Marbuta """
[docs]ALEF_MADDA_ABOVE: str = "\u0622"
""" Arabic Letter Alef With Madda Above """
[docs]ALEF_HAMZA_ABOVE: str = "\u0623"
""" Arabic Letter Alef With Hamza Above """
[docs]ALEF_HAMZA_BELOW: str = "\u0625"
""" Arabic Letter Alef With Hamza Below """
[docs]HAMZA: str = "\u0621"
""" Arabic Letter Hamza """
[docs]HAMZA_WAW: str = "\u0624"
""" Arabic Letter Waw With Hamza Above """
[docs]HAMZA_YA: str = "\u0626"
""" Arabic Letter Yeh With Hamza Above """
[docs]TATWEEL: str = "\u0640"
""" Arabic Tatweel """
[docs]KASHIDA: str = TATWEEL
""" Alias for Arabic Tatweel """ # More ALEF variations
[docs]ALEF_WASLA: str = "\u0671"
""" Arabic Letter Alef Wasla """
[docs]ALEF_HAMZA_ABOVE_WAVY: str = "\u0672"
""" Arabic Letter Alef With Wavy Hamza Above """
[docs]ALEF_HAMZA_BELOW_WAVY: str = "\u0673"
""" Arabic Letter Alef With Wavy Hamza Below """ # LAM ALEF
[docs]LAM_ALEF: str = "\ufefb"
""" Arabic Ligature Lam with Alef Isolated Form """
[docs]LAM_ALEF_HAMZA_ABOVE: str = "\ufef7"
""" Arabic Ligature Lam with Alef with Hamza Above Isolated Form """
[docs]LAM_ALEF_HAMZA_BELOW: str = "\ufef9"
""" Arabic Ligature Lam with Alef with Hamza Below Isolated Form """
[docs]LAM_ALEF_MADDA_ABOVE: str = "\ufef5"
""" Arabic Ligature Lam with Alef with Madda Above Isolated Form """ # Diacritics (Harakat)
[docs]FATHATAN: str = "\u064B"
""" Arabic Fathatan """
[docs]DAMMATAN: str = "\u064C"
""" Arabic Dammatan """
[docs]KASRATAN: str = "\u064D"
""" Arabic Kasratan """
[docs]FATHA: str = "\u064E"
""" Arabic Fatha """
[docs]DAMMA: str = "\u064F"
""" Arabic Damma """
[docs]KASRA: str = "\u0650"
""" Arabic Kasra """
[docs]SHADDA: str = "\u0651"
""" Arabic Shadda """
[docs]SUKUN: str = "\u0652"
""" Arabic Sukun """ # Arabic Numbers
[docs]ARABIC_ZERO: str = "\u0660"
""" Arabic-Indic Digit Zero """
[docs]ARABIC_ONE: str = "\u0661"
""" Arabic-Indic Digit One """
[docs]ARABIC_TWO: str = "\u0662"
""" Arabic-Indic Digit Two """
[docs]ARABIC_THREE: str = "\u0663"
""" Arabic-Indic Digit Three """
[docs]ARABIC_FOUR: str = "\u0664"
""" Arabic-Indic Digit Four """
[docs]ARABIC_FIVE: str = "\u0665"
""" Arabic-Indic Digit Five """
[docs]ARABIC_SIX: str = "\u0666"
""" Arabic-Indic Digit Six """
[docs]ARABIC_SEVEN: str = "\u0667"
""" Arabic-Indic Digit Seven """
[docs]ARABIC_EIGHT: str = "\u0668"
""" Arabic-Indic Digit Eight """
[docs]ARABIC_NINE: str = "\u0669"
""" Arabic-Indic Digit Nine """ # Arabic Punctuation
[docs]ARABIC_COMMA: str = "\u060C"
""" Arabic Comma """
[docs]ARABIC_SEMICOLON: str = "\u061B"
""" Arabic Semicolon """
[docs]ARABIC_QUESTION_MARK: str = "\u061F"
""" Arabic Question Mark """
[docs]TRIPLE_DOT: str = "\u061E"
""" Arabic Triple Dot Punctuation Mark """
[docs]ARABIC_DECIMAL_SEPARATOR: str = "\u066B"
""" Arabic Decimal Separator """
[docs]ARABIC_THOUSANDS_SEPARATOR: str = "\u066C"
""" Arabic Thousands Separator """
[docs]STAR: str = "\u066D"
""" Arabic Five Pointed Star """
[docs]ARABIC_FULL_STOP: str = "\u06D4"
""" Arabic Full Stop """
[docs]DATE_SEPARATOR: str = "\u060D"
""" Arabic Date Separator """
[docs]END_OF_AYAH: str = "\u06DD"
""" Arabic End Of Ayah """
[docs]MISRA_SIGN: str = "\u060F"
""" Arabic Sign Misra """
[docs]POETIC_VERSE_SIGN: str = "\u060E"
""" Arabic Poetic Verse Sign """
[docs]SAJDAH: str = "\u06E9"
""" Arabic Place Of Sajdah """
[docs]HIZB_START: str = "\u06DE"
""" Arabic Start Of Rub El Hizb """
[docs]ORNATE_LEFT_PARENTHESIS: str = "\uFD3E"
""" Arabic Ornate Left Parenthesis """
[docs]ORNATE_RIGHT_PARENTHESIS: str = "\uFD3F"
""" Arabic Ornate Right Parenthesis """
[docs]ARABIC_PERCENTAGE: str = "\u066A"
""" Arabic Percent Sign """ # Word Ligatures
[docs]LIGATURE_SALLA_KORANIC: str = "\uFDF0"
""" Arabic Ligature Salla Used As Koranic Stop Sign Isolated Form """
[docs]LIGATURE_QALA: str = "\uFDF1"
""" Arabic Ligature Qala Used As Koranic Stop Sign Isolated Form """
[docs]LIGATURE_ALLAH: str = "\uFDF2"
""" Arabic Ligature Allah Isolated Form """
[docs]LIGATURE_AKBAR: str = "\uFDF3"
""" Arabic Ligature Akbar Isolated Form """
[docs]LIGATURE_MOHAMMAD: str = "\uFDF4"
""" Arabic Ligature Mohammad Isolated Form """
[docs]LIGATURE_SALAM: str = "\uFDF5"
""" Arabic Ligature Salam Isolated Form """
[docs]LIGATURE_RASOUL: str = "\uFDF6"
""" Arabic Ligature Rasoul Isolated Form """
[docs]LIGATURE_ALAYHE: str = "\uFDF7"
""" Arabic Ligature Alayhe Isolated Form """
[docs]LIGATURE_WASALLAM: str = "\uFDF8"
""" Arabic Ligature Wasallam Isolated Form """
[docs]LIGATURE_SALLA: str = "\uFDF9"
""" Arabic Ligature Salla Isolated Form """
[docs]LIGATURE_SALLALLAHOU: str = "\uFDFA"
""" Arabic Ligature Sallallahou Alayhe Wasallam """
[docs]LIGATURE_JALLAJALALOUHOU: str = "\uFDFB"
""" Arabic Ligature Jallajalalouhou """
[docs]LIGATURE_RIAL: str = "\uFDFC"
""" Rial Sign """
[docs]LIGATURE_BISMILLAH: str = "\uFDFD"
""" Arabic Ligature Bismillah Ar-Rahman Ar-Raheem """
[docs]SMALL_LIGATURE_SALLA_KORANIC: str = "\u06D6"
""" Arabic Small High Ligature Sad With Lam With Alef Maksura """
[docs]SMALL_LIGATURE_QALA: str = "\u06D7"
""" Arabic Small High Ligature Qaf With Lam With Alef Maksura """
[docs]SMALL_WAW: str = "\u06E5"
""" Arabic Small Waw """
[docs]SMALL_YEH: str = "\u06E6"
""" Arabic Small Yeh """ # Small Harakat
[docs]SMALL_TAH: str = "\u0615"
""" Arabic Small High Tah """
[docs]SMALL_LAM_ALEF_YEH: str = "\u0616"
""" Arabic Small High Ligature Alef With Lam With Yeh """
[docs]SMALL_ZAIN: str = "\u0617"
""" Arabic Small High Zain """
[docs]SMALL_FATHA: str = "\u0618"
""" Arabic Small Fatha """
[docs]SMALL_DAMMA: str = "\u0619"
""" Arabic Small Damma """
[docs]SMALL_KASRA: str = "\u061A"
""" Arabic Small Kasra """
[docs]SMALL_LAM_ALEF_HIGH: str = "\u06D9"
""" Arabic Small High Lam Alef """
[docs]SMALL_JEEM_HIGH: str = "\u06DA"
""" Arabic Small High Jeem """
[docs]SMALL_THREE_DOTS_HIGH: str = "\u06DB"
""" Arabic Small High Three Dots """
[docs]SMALL_MEEM_HIGH_ISOLATED: str = "\u06E2"
""" Arabic Small High Meem Isolated Form """
[docs]SMALL_MEEM_HIGH_INITIAL: str = "\u06D8"
""" Arabic Small High Meem Initial Form """
[docs]SMALL_MEEM_LOW: str = "\u06ED"
""" Arabic Small Low Meem """
[docs]SMALL_SEEN_LOW: str = "\u06E3"
""" Arabic Small Low Seen """
[docs]SMALL_SEEN_HIGH: str = "\u06DC"
""" Arabic Small High Seen """
[docs]SMALL_ZERO_ROUNDED_HIGH: str = "\u06DF"
""" Arabic Small High Rounded Zero """
[docs]SMALL_ZERO_RECTANGULAR_HIGH: str = "\u06E0"
""" Arabic Small High Upright Rectangular Zero """
[docs]SMALL_DOTLESS_HEAD_HIGH: str = "\u06E1"
""" Arabic Small High Dotless Head Of Khah """
[docs]SMALL_MADDA: str = "\u06E4"
""" Arabic Small High Madda """
[docs]SMALL_YEH_HIGH: str = "\u06E7"
""" Arabic Small High Yeh """
[docs]SMALL_NOON: str = "\u06E8"
""" Arabic Small High Noon """
[docs]SMALL_V: str = "\u065A"
""" Arabic Vowel Sign Small V Above """
[docs]SMALL_V_INVERTED: str = "\u065B"
""" Arabic Vowel Sign Inverted Small V Above """ # More Harakat
[docs]SAD_SIGN: str = "\u0610"
""" Arabic Sign Sallallahou Alayhe Wassallam """
[docs]AIN_SIGN: str = "\u0611"
""" Arabic Sign Alayhe Assallam """
[docs]RAHMATULLAH_SIGN: str = "\u0612"
""" Arabic Sign Rahmatullah Alayhe """
[docs]RADI_SIGN: str = "\u0613"
""" Arabic Sign Radi Allahou Anhu """
[docs]TAKHALLUS: str = "\u0614"
""" Arabic Sign Takhallus """
[docs]MADDAH_ABOVE: str = "\u0653"
""" Arabic Maddah Above """
[docs]HAMZA_ABOVE: str = "\u0654"
""" Arabic Hamza Above """
[docs]HAMZA_BELOW: str = "\u0655"
""" Arabic Hamza Below """
[docs]ALEF_SUBSCRIPT: str = "\u0656"
""" Arabic Subscript Alef """
[docs]ALEF_SUPERSCRIPT: str = "\u0670"
""" Arabic Letter Superscript Alef """
[docs]DAMMA_INVERTED: str = "\u0657"
""" Arabic Inverted Damma """
[docs]NOON_MARK: str = "\u0658"
""" Arabic Mark Noon Ghunna """
[docs]ZWARAKAY: str = "\u0659"
""" Arabic Zwarakay """
[docs]DOT_BELOW: str = "\u065C"
""" Arabic Vowel Sign Dot Below """
[docs]DAMMA_REVERSED: str = "\u065D"
""" Arabic Reversed Damma """
[docs]PERCENTAGE_ABOVE: str = "\u065E"
""" Arabic Fatha With Two Dots """
[docs]HAMZA_BELOW_WAVY: str = "\u065F"
""" Arabic Wavy Hamza Below """
[docs]LOW_STOP: str = "\u06EA"
""" Arabic Empty Centre Low Stop """
[docs]HIGH_STOP: str = "\u06EB"
""" Arabic Empty Centre High Stop """
[docs]HIGH_STOP_FILLED: str = "\u06EC"
""" Arabic Rounded High Stop With Filled Centre """ # Arabic Dotless letters
[docs]DOTLESS_BEH: str = "\u066E"
""" Arabic Letter Dotless Beh """
[docs]DOTLESS_TEH: str = DOTLESS_BEH
""" Arabic Letter Dotless Teh """
[docs]DOTLESS_THEH: str = DOTLESS_BEH
""" Arabic Letter Dotless Theh """
[docs]DOTLESS_JEEM: str = HAH
""" Arabic Letter Dotless Jeem """
[docs]DOTLESS_KHAH: str = HAH
""" Arabic Letter Dotless Khah """
[docs]DOTLESS_THAL: str = DAL
""" Arabic Letter Dotless Thal """
[docs]DOTLESS_ZAIN: str = REH
""" Arabic Letter Dotless Zain """
[docs]DOTLESS_SHEEN: str = SEEN
""" Arabic Letter Dotless Sheen """
[docs]DOTLESS_DAD: str = SAD
""" Arabic Letter Dotless Dad """
[docs]DOTLESS_ZAH: str = TAH
""" Arabic Letter Dotless Zah """
[docs]DOTLESS_GHAIN: str = AIN
""" Arabic Letter Dotless Ghain """
[docs]DOTLESS_FEH: str = "\u06A1"
""" Arabic Letter Dotless Feh """
[docs]DOTLESS_QAF: str = "\u066F"
""" Arabic Letter Dotless Qaf """
[docs]DOTLESS_NOON_GHUNNA: str = "\u06BA"
""" Arabic Letter Dotless Noon Ghunna """
[docs]DOTLESS_YEH: str = ALEF_MAKSURA
""" Arabic Letter Dotless Yeh """
[docs]DOTLESS_TEH_MARBUTA: str = HEH
""" Arabic Letter Dotless TEH_MARBUTA """