Converts a numerical value to a string of Hebrew letters.
When specifying years of the Hebrew calendar in the present millennium, we omit the thousands (which is presently 5 [ה]).
gematriya(5774) // 'תשע״ד' - cropped to 774gematriya(25) // 'כ״ה'gematriya(60) // 'ס׳'gematriya(3761) // 'ג׳תשס״א'gematriya(1123) // 'א׳קכ״ג' Copy
gematriya(5774) // 'תשע״ד' - cropped to 774gematriya(25) // 'כ״ה'gematriya(60) // 'ס׳'gematriya(3761) // 'ג׳תשס״א'gematriya(1123) // 'א׳קכ״ג'
Converts a numerical value to a string of Hebrew letters.
When specifying years of the Hebrew calendar in the present millennium, we omit the thousands (which is presently 5 [ה]).