Hebrew Biblical Vowel Pattern Analyzer

Identify vowel patterns in fully-vowelled Biblical Hebrew text

Analyze the nikud vowel points in pointed Biblical Hebrew, naming each mark (qamatz, patah, tsere, segol, hiriq and more) with transliteration and vowel quality, plus a consonant and vowel count. Runs entirely in your browser.

What are nikud?

Nikud (niqqud) are the small dots and dashes added above, below, and inside Hebrew consonants to mark vowels. The Masoretes devised the system around the 7th to 10th centuries CE to preserve the traditional pronunciation of the Hebrew Bible, which is otherwise written with consonants only.

Reading the Masoretic vowel pattern

Biblical Hebrew is written with consonants, and the vowels live in the nikud — the dots and dashes the Masoretes added to fix the pronunciation. This tool reads pointed Hebrew text, identifies every vowel mark, and names it with its transliteration and quality, so you can study the vowel pattern of a word or verse at a glance.

How it works

Hebrew text is a sequence of base consonants (U+05D0 to U+05EA) interleaved with combining vowel marks (mostly U+05B0 to U+05BB, plus qamatz qatan at U+05C7). The tool walks the string code point by code point, separates consonants from marks, and looks up each mark in a table of the Tiberian niqqud:

בְּרֵאשִׁית
  ב + sheva + dagesh
  ר + tsere
  א
  שׁ + hiriq
  י
  ת

Each distinct vowel point is reported once with its count, and the dagesh is flagged separately because it marks gemination rather than a vowel. The summary tallies consonants versus vowel points.

Notes and example

The default text is בְּרֵאשִׁית (bereshit, the first word of Genesis), which shows sheva, tsere, and hiriq together. Note that qamatz and qamatz qatan share a glyph but differ in sound; the tool distinguishes them when the text uses the dedicated qamatz qatan code point. For spelling Hebrew numbers or computing Arabic abjad values, see the related letter-and-number tools.